• I want to remove the admin bar without using a plugin.

    I have used this code to successfully remove admin bar from the front end:
    add_filter(‘show_admin_bar’, ‘__return_false’);
    but it still shows on the backend in the dashboard.

    How do I remove it from the dashboard, too? Thanks.

  • The topic ‘Remove admin bar from dashboard’ is closed to new replies.