indeedrealty (December 7th, 2012)
function my_function_admin_bar(){
return false;
}
add_filter( 'show_admin_bar' , 'my_function_admin_bar');
indeedrealty (December 7th, 2012)
There are currently 1 users browsing this thread. (0 members and 1 guests)