Remove WordPress logo from admin bar for cleaner, more professional appearance.
- Remove WordPress logo from admin bar
- Cleaner admin interface
- More professional look
- Lightweight (single action hook)
- Works in both frontend and backend admin bars
- WordPress 5.0 or higher
- PHP 7.4 or higher
- Open your theme's
functions.phpfile - Copy the entire content from
remove-wp-logo-admin.php - Paste at the end of your
functions.php - Save the file
- Install and activate the Code Snippets plugin
- Go to Snippets → Add New
- Copy content from
remove-wp-logo-admin.phpWITHOUT the opening<?phptag - Paste into the Code field
- Activate the snippet
After installation, WordPress logo will be automatically removed from admin bar on all pages (both frontend and backend).
- Professional: Client sites look more branded without WordPress logo
- Cleaner UI: Less clutter in admin bar
- White label: Better for agencies and freelancers
- Simple: No configuration needed
See CHANGELOG.md for version history.
GPL v2 or later