wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren



wp_meta › WordPress Function

Seit1.5.0
Veraltetn/v
wp_meta ( Keine Parameter )
Links:
Definiert in:
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.


Ähnliche Funktionen: wp_head, wp_mail, has_meta, the_meta, add_meta

Quellcode

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