Answer the question
In order to leave comments, you need to log in
How to display the site header in the user's personal account?
How to display the site header in the user's personal account and delete the amin bar accordingly?
Answer the question
In order to leave comments, you need to log in
Admin bar can be deleted like this (condition is optional):
if( function_exists('current_user_can') && !current_user_can('manage_options') )
{
add_filter('show_admin_bar', '__return_false');
}
in this personal account, you need to sting the admin bar, and display the site header
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question