wp_before_admin_bar_render хук-событие . WP 3.1.0
Fires before the admin bar is rendered.
Использование
add_action( 'wp_before_admin_bar_render', 'action_function_name_8546' ); function action_function_name_8546(){ // action... }
Список изменений
С версии 3.1.0 | Введена. |
Где вызывается хук
wp-includes/admin-bar.php 102
do_action( 'wp_before_admin_bar_render' );
Где используется хук в ядре WordPress
wp-includes/admin-bar.php 454
add_action( 'wp_before_admin_bar_render', 'wp_customize_support_script' );