WP HOOKS
akcjaod 4.4.0

embed_head

Args 0Plik wp-includes/theme-compat/header-embed.phpDokumentacja WP ↗

Opis — z kodu źródłowego

Prints scripts or data in the embed template head tag.

Wywołanie

Rejestracja callbackaphp
// rejestracja funkcji zwrotnej
add_action( 'embed_head', 'twoja_funkcja' );

function twoja_funkcja($param_1) {
	// Twój kod
}

Popularne w tej kategorii