• Resolved FocusOnLife

    (@focusonlife)


    SMTP is a setup process and once done, you hope never to need to touch it again.
    Therefore to add Mail Bank to the top Admin Menu Bar is a little over the top on an already cluttered menu.
    We would like to see it as an option or simply removed from the Admin Menu Bar.

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

    Edit: This code works. Place it in functions.php.

    // Remove Mailbank from Admin Bar
    function remove_mailbank_from_wp_admin_bar($wp_admin_bar) {
        $wp_admin_bar->remove_node('wp_mail_bank');
    }
    add_action('admin_bar_menu', 'remove_mailbank_from_wp_admin_bar', 999);
    • This reply was modified 7 years, 1 month ago by zamson.
    Plugin Author Varun Sharma

    (@contact-banker)

    Hi,

    We have provided a feature to disable this from Mail Bank itself in the latest release.

    Follow the steps below:

      1) You have to go to first go to Mail Bank Menu Roles & Capabilities.
      2) Choose Show Top Bar Menu as Disable.
      3) Press Save Settings.

    This should do the needful for you!

    Thanks

    • This reply was modified 7 years, 1 month ago by Varun Sharma.
    • This reply was modified 7 years, 1 month ago by Varun Sharma.

    Hi, how can I remove the Mail Bank Statistics from all users’ dashboard?

    Thanks.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Option to remove Mail Bank from Admin Bar Menu’ is closed to new replies.