wp_meta action-hook . WP 1.5.0
Fires before displaying echoed content in the sidebar.
Usage
add_action( 'wp_meta', 'action_function_name_2550' ); function action_function_name_2550(){ // action... }
Changelog
Since 1.5.0 | Introduced. |
Where the hook is called
wp_meta
wp-includes/general-template.php 701
do_action( 'wp_meta' );