Action hook 'wp_before_admin_bar_render'

in WP Core File wp-includes/admin-bar.php at line 102

Description

Fires before the admin bar is rendered.

Occurrences

Filename Line Number
wp-includes/admin-bar.php 102

Usage Examples

Example 1

add_action( 'wp_before_admin_bar_render', 'wp_customize_support_script'

PHP Doc

/**
	 * Fires before the admin bar is rendered.
	 *
	 * @since 3.1.0
	 */