+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 3 years, 4 months ago by
zamson.
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 3 years, 4 months ago by
Varun Sharma.
-
This reply was modified 3 years, 4 months ago by
Varun Sharma.
Hi, how can I remove the Mail Bank Statistics from all users’ dashboard?
Thanks.