is admin bar showing Check if the admin bar is showing. #wordpress#php#template if( is_admin_bar_showing() ) { echo "Admin bar is active"; } copy