wp_after_admin_bar_render action-hook . WP 3.1.0
Fires after the admin bar is rendered.
Usage
add_action( 'wp_after_admin_bar_render', 'action_function_name_3309' ); function action_function_name_3309(){ // action... }
Changelog
Since 3.1.0 | Introduced. |
Where the hook is called
wp-includes/admin-bar.php 111
do_action( 'wp_after_admin_bar_render' );