• Hello,

    I’m using WordPress 5.7.1, I’m trying to hide the toolbar via function.php with this code:
    add_filter(
    ‘show_admin_bar’,
    ‘__return_false’
    );

    The toolbar remains shown, even in the logged out frontend.

    kind regards

    • This topic was modified 3 years, 10 months ago by Jan Dembowski.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘hide toolbar’ is closed to new replies.