• Resolved Erik Joling

    (@ejoling)


    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)
  • Plugin Author rbplugins

    (@rbplugins)

    Thank you for your opinion! We’re really sorry for any inconvenience.

    Actually, this menu item was added by numerous requests of other users. It was not very comfortable to find the options. Also, we started the development of other plugins, most of those plugins will be absolutely free as disable comments. Based on your feedback we decided to add an option to the general plugin settings where you’ll be able to disable this menu item in the admin section if this is so critical issue.

    We really appreciate the opinions of our users. Thank you!

    Thread Starter Erik Joling

    (@ejoling)

    Thank you and glad to be of help with my feedback. (I hope it wasn’t too harsh, I appreciate your work!)

    I’m looking forward to the update.

    Plugin Author rbplugins

    (@rbplugins)

    Thank you! We really appreciate your feedback.

    Yeah, from the reviews I’d say the new top-level menu is despised by more people than asked for it. https://cloudup.com/cCqN_pFbQ51

    I switched to this plugin entirely because the Disable Comments plugin taken over by WPDeveloper became a bloated mess. Now it’s even worse than what WPDeveloper did to a good plugin and I have to switch again.

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.