The RB Plugins admin menu item is too prominent
-
Recently you added a flashy admin menu item for your plugins. This item is too prominent for me and my clients. Could you downgrade it?
Meanwhile, I remove the menu-item through the following code. Thankfully you provide a link to the settings through the plugin list so I keep access to the functionality.
/* Remove RB Plugins from admin menu. We can reach it through the plugin list */ add_action( 'admin_menu', function() { remove_menu_page('rb_plugins_settings'); }, 99 );
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘The RB Plugins admin menu item is too prominent’ is closed to new replies.