Hey @dingbat1,
Thanks for the feedback. You can remove the Protect More Sites menu item by adding the code below to the bottom of your theme’s functions.php file.
add_action( 'admin_init', 'remove_menus' );
function remove_menus(){
remove_submenu_page( "Wordfence", "WordfenceProtectMoreSites" );
}
Also, since you have a Premium license you can open a support request at support.wordfence.com.
Please let me know if this helps.
Thanks,
Gerroald
-
This reply was modified 6 years, 9 months ago by
WFGerroald.
-
This reply was modified 6 years, 9 months ago by
WFGerroald.
I opened a support request and was told to edit the plugin code. I asked specifically about a functions.php call like the one you provided and was told it wasn’t possible. Anyway it works. Thank you. You can let Phil in premium support know that this is how it’s done.
Hey @dingbat1,
Thanks for the update, and happy to hear that did the trick!
Please let us know if anything else comes up.
Thanks,
Gerroald