/ Published in: PHP
                    
                                        
Add the following file to your theme's function.php file
                
                            
                                Expand |
                                Embed | Plain Text
                            
                        
                        Copy this code and paste it in your HTML
function my_function_admin_bar(){
return false;
}
add_filter( 'show_admin_bar' , 'my_function_admin_bar');
Comments
 Subscribe to comments
                    Subscribe to comments
                
                