Skip to content

Don't remove the 'W' logo incl. sub links

Frank Bültge edited this page Feb 19, 2019 · 4 revisions

The plugin have a function include that removes the "W" logo incl. sub-links from the admin menu. However the plugin has a filter hook to change this action to leave the logo and his items.

How to

You should create a custom plugin, like the how to to remove features of the plugin and add this small piece of code to change the default of the plugin to leave the 'W' logo.

Example Code

add_filter( 'multisite_enhancements_remove_wp_admin_bar', function() { return false; } );

Screenshot Without W-logo

Without W logo