Can’t remove Links from WordPress Admin Sidebar
-
Hello, I want to remove the Links Manager from my Sidebar in Admin Area.
1 Screenshot: https://prnt.sc/tnklx7
2 Screenshot: https://prnt.sc/tnkm19According to this solution: https://codex.www.ads-software.com/Links_Manager
I can remove the Links from admin sidebar by navigating through wp-admin/options.php
but as you can see in screenshot 2 above this option is no longer present.
Is the solution at https://codex.www.ads-software.com/Links_Manager no longer working?
——————–
Removing the Link Manager
If you upgraded from a version prior to 3.5, you may still have the link manager in the sidebar, even if it is not needed. To remove this, edit the “Link Manager Enabled” field from 1 (on) to 0 (off) in /wp-admin/options.php or through any database manager.Or add this code to your functions.php file:
update_option( ‘link_manager_enabled’, 0 );
————–
- The topic ‘Can’t remove Links from WordPress Admin Sidebar’ is closed to new replies.