You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've installed the plugin and it works perfectly. However I realised that in multisite mode, the Manage Comments link in the toolbar menu for each site is not being hidden (however the linked page is properly redirected).
I am using the following to hide these links, and I thought you may add it to your plugin.
The code is to be added to the toolbar_menu function (called by the wp_before_admin_bar_render action) in includes/functions-general.php.
I tested it, it works well - not sure if there is a better method.
Luca
The text was updated successfully, but these errors were encountered:
I've installed the plugin and it works perfectly. However I realised that in multisite mode, the Manage Comments link in the toolbar menu for each site is not being hidden (however the linked page is properly redirected).
I am using the following to hide these links, and I thought you may add it to your plugin.
The code is to be added to the
toolbar_menu
function (called by thewp_before_admin_bar_render
action) in includes/functions-general.php.I tested it, it works well - not sure if there is a better method.
Luca
The text was updated successfully, but these errors were encountered: