Works fine
-
https://codex.wordpress.org/Function_Reference/show_admin_bar
With newer version of WordPress you may need to use the following which will leave the Toolbar available in the Dashboard but hide it on all front facing pages.
add_filter(‘show_admin_bar’, ‘__return_false’);
- The topic ‘Works fine’ is closed to new replies.