Gather many menu items on toolbar into one menu to prevent the bar from getting cluttered. Simple and easy but useful.
Some of themes or plugins add menu items to the toolbar (admin bar). These additional items may be useful, but sometimes you feel annoyed as the toolbar fills up with various items. Admin Bar Menu Packer gathers these items on the toolbar into one hamburger menu. The message “Howdy, username” next to the Avatar is also removed, but most WordPress built-in items remain as they are.
If WP_DEBUG
is enabled, this plugin will run in debug mode.
In debug mode, you can see:
This plugin is currently available in English and Japanese (日本語).
Upload the /admin-bar-menu-packer/
directory into your WordPress plugins directory, or install the plugin through the WordPress plugins screen directly.
Activate the plugin through the ‘Plugins’ screen in WordPress.
Upload the /admin-bar-menu-packer/
directory into your WordPress plugins directory, or install the plugin through the WordPress plugins screen directly.
Activate the plugin through the ‘Plugins’ screen in WordPress.
The following built-in items will be packed:
The following built-in items will NOT be packed:
In addition, the items added to the right of toolbar by some plugins, such as Debug Bar, will not be packed.
No, you can not. The current version of this plugin does not have settings screen and there is no way to select items to be packed.
Please let me know the following information:
Please enable WP_DEBUG
. To do this, set the value of it to true in your wp-config.php file:
define( 'WP_DEBUG', true );
Please note that it enables debug mode throughout WordPress and PHP errors or warnings will be shown inside of pages.