WP HOOKS
filtrod 4.4.0

embed_site_title_html

Args 1Plik wp-includes/embed.phpDokumentacja WP ↗

Opis — z kodu źródłowego

Filters the site title HTML in the embed footer.

Parametry

ParametrTypOpis
$site_titlestringThe site title HTML.

Wywołanie

Rejestracja callbackaphp
// rejestracja funkcji zwrotnej
add_filter( 'embed_site_title_html', 'twoja_funkcja' );

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

Popularne w tej kategorii