Forums
(@inihan)
12 years, 11 months ago
Use this <?php function my_function_admin_bar(){ return false; } add_filter( ‘show_admin_bar’ , ‘my_function_admin_bar’); ?>
Code from :