wp_meta()WP 1.5.0

Theme container function for the wp_meta

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

Хуки из функции

Возвращает

null. Ничего (null).

Использование

wp_meta();

Список изменений

С версии 1.5.0 Введена.

Код wp_meta() WP 6.4.3

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