• Resolved dingbat1

    (@dingbat1)


    I bought the premium version of Wordfence, but i still see ads in wp-admin. “Protect more sites” in bright yellow. I’ve already paid $300 for your plugin. I don’t want to see ads anymore.

Viewing 3 replies - 1 through 3 (of 3 total)
  • 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.
    Thread Starter dingbat1

    (@dingbat1)

    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

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Remove Wordfence ads in premium version wp-admin’ is closed to new replies.