Remove Rank Math from admin bar

#397322
Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello,

    Thank you for contacting Rank Math and sorry for any inconvenience that might have been caused due to that.

    You can use the following code snippet to remove the Rank Math entry from the admin bar:

    
    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);
    

    Don’t hesitate to get in touch if you have any other questions.

    ​​​​​​​

    Peter
    Rank Math free

    No inconvenience at all Miguel.

    Thank you.

    Prabhat
    Rank Math agency

    Hello,

    We’re glad that we could address the concern.

    Please feel free to get in touch if you require any further assistance.

    Thank you.

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

The ticket ‘Remove Rank Math from admin bar’ is closed to new replies.