filtrod 2.8.0
print_footer_scripts
Opis — z kodu źródłowego
Filters whether to print the footer scripts.
Parametry
| Parametr | Typ | Opis |
|---|---|---|
$print | bool | Whether 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
}
// rejestracja funkcji zwrotnej
add_filter( 'print_footer_scripts', 'twoja_funkcja' );
function twoja_funkcja($param_1) {
// Twój kod
}Popularne w tej kategorii