Title: Remove the &#8220;Tools &gt; Redirection Manager&#8221;
Last modified: October 4, 2021

---

# Remove the “Tools > Redirection Manager”

 *  Resolved [Jon Fuller](https://wordpress.org/support/users/garconis/)
 * (@garconis)
 * [4 years, 8 months ago](https://wordpress.org/support/topic/remove-the-tools-redirection-manager/)
 * 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](https://wordpress.org/support/users/arnaudbroes/)
 * (@arnaudbroes)
 * [4 years, 8 months ago](https://wordpress.org/support/topic/remove-the-tools-redirection-manager/#post-14938928)
 * Hey [@garconis](https://wordpress.org/support/users/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.

 * ![](https://ps.w.org/all-in-one-seo-pack/assets/icon.svg?rev=2443290)
 * [All in One SEO – Powerful SEO Plugin to Boost SEO Rankings & Increase Traffic](https://wordpress.org/plugins/all-in-one-seo-pack/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/all-in-one-seo-pack/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/all-in-one-seo-pack/)
 * [Active Topics](https://wordpress.org/support/plugin/all-in-one-seo-pack/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/all-in-one-seo-pack/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/all-in-one-seo-pack/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [arnaudbroes](https://wordpress.org/support/users/arnaudbroes/)
 * Last activity: [4 years, 8 months ago](https://wordpress.org/support/topic/remove-the-tools-redirection-manager/#post-14938928)
 * Status: resolved