wpseek.com
Un motore di ricerca WordPress per sviluppatori e autori di temi



wp_meta › WordPress Function

Da1.5.0
Deprecaton/a
wp_meta ( Nessun parametro )
Links:
Definito a:
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.


Funzioni correlate: wp_head, wp_mail, has_meta, the_meta, add_meta

Sorgenti

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