Tagged Questions
1
vote
5answers
168 views
Problems with removing admin bar
I am trying to remove the admin bar from a theme front end of a theme.
I found the following code block:
add_filter( 'show_admin_bar', '__return_false' );
remove_action( 'personal_options', ...