wp_meta action-hookWP 1.5.0

Fires before displaying echoed content in the sidebar.

Usage

add_action( 'wp_meta', 'wp_kama_meta_action' );

/**
 * Function for `wp_meta` action-hook.
 * 
 * @return void
 */
function wp_kama_meta_action(){

	// action...
}

Changelog

Since 1.5.0 Introduced.

Where the hook is called

wp_meta()
wp_meta

Where the hook is used in WordPress

Usage not found.