wpseek.com
A WordPress-centric search engine for devs and theme authors
wp-includes/admin-bar.php › WordPress File
Functions24
› Toolbar API: Top-level Toolbar functionality
Function | Short description |
---|---|
is_admin_bar_showing | Determines whether the admin bar should be showing. |
show_admin_bar | Sets the display status of the admin bar. |
wp_admin_bar_add_secondary_groups | Adds secondary menus. |
wp_admin_bar_appearance_menu | Adds appearance submenu items to the "Site Name" menu. |
wp_admin_bar_comments_menu | Adds edit comments link with awaiting moderation count bubble. |
wp_admin_bar_customize_menu | Adds the "Customize" link to the Toolbar. |
wp_admin_bar_edit_menu | Provides an edit link for posts and terms. |
wp_admin_bar_edit_site_menu | Adds the "Edit site" link to the Toolbar. |
wp_admin_bar_my_account_item | Adds the "My Account" item. |
wp_admin_bar_my_account_menu | Adds the "My Account" submenu items. |
wp_admin_bar_my_sites_menu | Adds the "My Sites/[Site Name]" menu and all submenus. |
wp_admin_bar_new_content_menu | Adds "Add New" menu. |
wp_admin_bar_recovery_mode_menu | Adds a link to exit recovery mode when Recovery Mode is active. |
wp_admin_bar_render | Renders the admin bar to the page based on the $wp_admin_bar->menu member var. |
wp_admin_bar_search_menu | Adds search form. |
wp_admin_bar_shortlink_menu | Provides a shortlink. |
wp_admin_bar_sidebar_toggle | Adds the sidebar toggle button. |
wp_admin_bar_site_menu | Adds the "Site Name" menu. |
wp_admin_bar_updates_menu | Provides an update link if theme/plugin/core updates are available. |
wp_admin_bar_wp_menu | Adds the WordPress logo menu. |
wp_enqueue_admin_bar_bump_styles | Enqueues inline bump styles to make room for the admin bar. |
wp_enqueue_admin_bar_header_styles | Enqueues inline style to hide the admin bar when printing. |
_get_admin_bar_pref | Retrieves the admin bar display preference of a user. |
_wp_admin_bar_init | Instantiates the admin bar object and set it up as a global for access elsewhere. |