WP HOOKS
akcjaod 4.4.0

embed_footer

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

Opis — z kodu źródłowego

Prints scripts or data before the closing body tag in the embed template.

Wywołanie

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

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

Popularne w tej kategorii