Hello i cant hide my admin bar, i have installed some plugin for it. it havent worked. after this i try some code in function.php like:
“add_filter(‘show_admin_bar’, ‘__return_false’);”
“function hide_admin_bar(){ return false; }
add_filter( ‘show_admin_bar’, ‘hide_admin_bar’ );”
“#wpadminbar { display:none !important;}”
and many others…. the problem is, the admin dissapears only for the admin, if you log in as a customer for example, the admin appears anyway