• Resolved Jon Fuller

    (@garconis)


    I’m not sure why this free plugin is adding a link for your paid “Redirection Manager” feature within the admin sidebar, when it’s not an actual part of this plugin. I realize you’re trying to get folks to convert for this feature, so you figure adding it there is a good way to make people find and wish they had it. But it’s also an annoying tactic.

    You’re muddying up useful links within the Tools menu, with your link that shouldn’t be there. It’s also confusing when yours is called “Redirection Manager”, and we’re already using a plugin that’s adding “Redirection” there. It would be nice if you would remove this link, or provide a setting to do so. Especially because even if someone DOES have the Pro version, there’s the likelihood that they’d like to keep using Redirection plugin, and not have to keep seeing your “Redirection Manager” link in the sidebar.

Viewing 1 replies (of 1 total)
  • Plugin Author arnaudbroes

    (@arnaudbroes)

    Hey @garconis,

    Thank you for your feedback. I understand that you find this frustrating. I’ve taken note of this so that we can discuss it with our team.

    While we currently do not have a setting, you should be able to easily hide it using this code snippet –

    function aioseo_hide_redirection_menu() {
    	remove_submenu_page( 'tools.php', admin_url( 'admin.php?page=aioseo-redirects' ) );
    }
    
    add_action( 'admin_menu', 'aioseo_hide_redirection_menu', 99999 );
Viewing 1 replies (of 1 total)

The topic ‘Remove the “Tools > Redirection Manager”’ is closed to new replies.