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
*/