Menu Adam R Brown

WP hooks navigation: Home/browseActions indexFilters index

Source View: wp_after_admin_bar_render

To save our bandwidth, we show only a snippet of code around each occurence of the hook. View complete file in SVN (without highlighting).

Understanding Source Code

The best way to understand what a hook does is to look at where it occurs in the source code.

Remember, this hook may occur in more than one file. Moreover, the hook's context may change from version to version.

Source View

Line Code
93      do_action( 'wp_before_admin_bar_render' );
94
95      $wp_admin_bar->render();
96
97      /**
98       * Fires after the admin bar is rendered.
99       *
100       * @since 3.1.0
101       */
102      do_action( 'wp_after_admin_bar_render' );
103 }
104
105 /**
106  * Add the WordPress logo menu.
107  *
108  * @since 3.3.0
109  *
110  * @param WP_Admin_Bar $wp_admin_bar
111  */