wpseek.com
A WordPress-centric search engine for devs and theme authors



wp_meta › WordPress Function

Since1.5.0
Deprecatedn/a
wp_meta ( No parameters )
Links:
Defined at:
Codex:

Theme container function for the 'wp_meta' action.

The {@see 'wp_meta'} action can have several purposes, depending on how you use it, but one purpose might have been to allow for theme switching.


Related Functions: wp_head, wp_mail, has_meta, the_meta, add_meta

Source

function wp_meta() {
	/**
	 * Fires before displaying echoed content in the sidebar.
	 *
	 * @since 1.5.0
	 */
	do_action( 'wp_meta' );
}