wpseek.com
Bazujące na WordPress narzędzie wyszukiwania dla deweloperów i twórców motywów.



wp_meta › WordPress Function

Od1.5.0
Przestarzałyn/a
wp_meta ( Brak parametrów )
Linki:
Zdefiniowane na:
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.


Powiązane Funkcje: wp_head, wp_mail, has_meta, the_meta, add_meta

Źródło

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