Hello @oaz,
Thank you for contacting us and sorry for any inconvenience that might have been caused due to that.
If you want to remove the Rank Math option from the admin bar then you can try to add the following filter on your website:
function remove_from_admin_bar($wp_admin_bar) { $wp_admin_bar->remove_node('rank-math'); } add_action('admin_bar_menu', 'remove_from_admin_bar', 999);
Here’s how you can add filter/hook to your WordPress site: https://rankmath.com/kb/wordpress-hooks-actions-filters/
Or if you’re using the “Role Manager” function in Rank Math then you can simply disable this from WordPress dashboard > Rank Math SEO > Role Manager: https://rankmath.com/kb/quick-actions/#num-9-how-to-enable-disable-quick-actions-admin-menu
Hope that helps and please don’t hesitate to let us know if you have any other questions.