wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren
wp-includes/admin-bar.php › WordPress File
Funktionen23
› Toolbar API: Top-level Toolbar functionality
Funktion | Kurzbeschreibung |
---|---|
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 | Add secondary menus. |
wp_admin_bar_appearance_menu | Add appearance submenu items to the "Site Name" menu. |
wp_admin_bar_comments_menu | Add 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 | Provide an edit link for posts and terms. |
wp_admin_bar_header | Style and scripts for the admin bar. |
wp_admin_bar_my_account_item | Add the "My Account" item. |
wp_admin_bar_my_account_menu | Add the "My Account" submenu items. |
wp_admin_bar_my_sites_menu | Add the "My Sites/[Site Name]" menu and all submenus. |
wp_admin_bar_new_content_menu | Add "Add New" menu. |
wp_admin_bar_recovery_mode_menu | Add 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 | Add search form. |
wp_admin_bar_shortlink_menu | Provide a shortlink. |
wp_admin_bar_sidebar_toggle | Add the sidebar toggle button. |
wp_admin_bar_site_menu | Add the "Site Name" menu. |
wp_admin_bar_updates_menu | Provide an update link if theme/plugin/core updates are available. |
wp_admin_bar_wp_menu | Add the WordPress logo menu. |
_admin_bar_bump_cb | Default admin bar callback. |
_get_admin_bar_pref | Retrieve the admin bar display preference of a user. |
_wp_admin_bar_init | Instantiate the admin bar object and set it up as a global for access elsewhere. |