• Resolved Ludovic S. Clain

    (@ludovicsclain)


    Hello,
    I’m a big fan of your plugin but I’m disappointed with your last update which introduced a menu in the admin left sidebar.
    I believe that your plugin is typically one of the plugins that we install and forget.
    What do you think of a checkbox that would leave us the choice between the sidebar or a submenu of Tools? Where else if not a snippet to allow us to remove the sidebar menu?
    Thanks for being so great!

Viewing 3 replies - 1 through 3 (of 3 total)
  • If you’re also annoyed by it, and want it removed asap instead of waiting for them to make a right decision, you can add this to your functions.php from your theme

    add_action('admin_menu', 'remove_llar_menu_item', 999);
    function remove_llar_menu_item() {
      remove_menu_page('limit-login-attempts');
    }
    Thread Starter Ludovic S. Clain

    (@ludovicsclain)

    Awesome @justinkruit thanks a lot!

    Well,
    as you said. It’s a “set and forget”-plugin, but they try to sell their premium version. That’s why there are so many updates, which bring the plugin to the site owners attention (i.e. the useless mail notifications, now the menu item, nag screens etc.).
    The plugin got worse since they offer a “premium” version.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Option to choose where the menu should be’ is closed to new replies.