is_admin_bar_showing()
Determine whether the admin bar should be showing.
For more information on this and similar theme functions, check out the Conditional Tags article in the Theme Developer Handbook.
Hooks from the function
Return
true|false
. Whether the admin bar should be showing.
Usage
is_admin_bar_showing();
Notes
- Global. true|false. $show_admin_bar
- Global. String. $pagenow
Changelog
Since 3.1.0 | Introduced. |