Hide the WordPress Admin Bar for all users in the frontend.
/* Disable WordPress Admin Bar for all users */
add_filter( 'show_admin_bar', '__return_false' );
Views: 47
Hide the WordPress Admin Bar for all users in the frontend.
/* Disable WordPress Admin Bar for all users */
add_filter( 'show_admin_bar', '__return_false' );
Views: 47
Leave a Reply