WP HOOKS
filtrod 2.5.0

language_attributes

Args 2Plik wp-includes/general-template.phpDokumentacja WP ↗

Opis — z kodu źródłowego

Filters the language attributes for display in the 'html' tag.

Parametry

ParametrTypOpis
$outputstringA space-separated list of language attributes.
$doctypestringThe type of HTML document (xhtml|html).

Wywołanie

Rejestracja callbackaphp
// rejestracja funkcji zwrotnej — podaj liczbę argumentów!
add_filter( 'language_attributes', 'twoja_funkcja', 10, 2 );

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

Popularne w tej kategorii