Uses
Uses | Description |
---|---|
wp-includes/class-wp-admin-bar.php: WP_Admin_Bar::render() | |
wp-includes/admin-bar.php: is_admin_bar_showing() | Determines whether the admin bar should be showing. |
wp-includes/admin-bar.php: admin_bar_menu | Load all necessary admin bar items. |
wp-includes/admin-bar.php: wp_before_admin_bar_render | Fires before the admin bar is rendered. |
wp-includes/admin-bar.php: wp_after_admin_bar_render | Fires after the admin bar is rendered. |
wp-includes/plugin.php: do_action_ref_array() | Calls the callback functions that have been added to an action hook, specifying arguments in an array. |
wp-includes/plugin.php: do_action() | Execute functions hooked on a specific action hook. |