Debrandify (formerly DeWordPressify) is a toolkit plugin that adds plenty of settings to customise and improve WordPress. You'll be able to remove WordPress' branding and replace it with your own as well as get rid of some of the bloat that comes built-in. Here's the key features:
- ✨ Customise the WordPress dashboard and emails with your own branding instead of WordPress', remove or replace WordPress logos and texts
- 🗑 Disable WordPress features such as comments, RSS feeds, emojis, REST API, WP Embeds and much more
- 🌐 Fully compatible with Multisite (control network options and per-site options at the same time)
- 🌎 Internationalised (available in French 🥖)
- 👀 High quality and lightweight with a solid user experience
You might want to install Debrandify on multiple websites without having to customise your settings on every single one of them. If so, there is an easy way!
- Get ahold of the Debrandify plugin. You can either download a release from this repo or simply get it from the
/wp-content/plugins/
folder on a website where it's already installed. - Once you have the plugin, navigate to
/src/php/
in it and open thefunctions.php
file. - The first thing you'll see should be the
dbrdify_getDefaultOptions()
function. This is where default options are defined, each line corresponding to a toggle/field of the Debrandify settings page. - Simply edit each line you want customised,
'yes'
being toggled and'no'
being untoggled. - Save the file and upload the plugin to your new site (either zip it and upload it through the WordPress dashboard, or put it in the
/wp-content/plugins/
folder) - Activate it and that's it! Debrandify should be initialised with your custom settings.
Here's some ideas:
- Leave a review on WordPress.org
- Tell people about Debrandify through Twitter, Reddit or blog posts
- Check out my other projects, like Bonjourr or pourcentag.es
- Add a GitHub Star to the repository ⭐️
I love making high quality open source software! My goal is to become a full time indie developer, donations motivate and allow me to pour more time into these, making them even better and tackle more ambitious projects.
-
Hook for overriding default init settingsGuide to edit the default settings - WP Embed toggle
- Block library toggle
- Animated logo (mayyyyybe)
- Translation file + french translation
- Publish on WordPress!
- If strings are edited in the main file, you can regenerate the pot file by installing wp-cli and running
wp i18n make-pot . languages/dbrdify.pot
.