toolbar (admin bar) (tag)
| is_admin_bar_showing() | Checks whether the "Admin bar" (toolbar) will be shown (or has already been shown). That is, whether the admin panel will be displayed for the current user. Conditional tag. |
| show_admin_bar() | Allows you to disable the "Toolbar" (Admin Bar). Technically, the function enables/disables "Admin Bar" for the front-end. You cannot turn it off in Admin-panel. |
| WP_Admin_Bar{} | WordPress class for creating the admin bar, which is located at the top of each page when you are logged in. |