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