WP HOOKS
filtrod 2.8.0

print_footer_scripts

Args 1Plik wp-includes/script-loader.phpDokumentacja WP ↗

Opis — z kodu źródłowego

Filters whether to print the footer scripts.

Parametry

ParametrTypOpis
$printboolWhether to print the footer scripts. Default true.

Wywołanie

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

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

Popularne w tej kategorii