filtrod 3.2.0
use_google_chrome_frame
Opis — z kodu źródłowego
Filters whether Google Chrome Frame should be used, if available.
Parametry
| Parametr | Typ | Opis |
|---|---|---|
$is_admin | bool | Whether to use the Google Chrome Frame. Default is the value of is_admin(). |
Wywołanie
Rejestracja callbackaphp
// rejestracja funkcji zwrotnej
add_filter( 'use_google_chrome_frame', 'twoja_funkcja' );
function twoja_funkcja($param_1) {
// Twój kod
}
// rejestracja funkcji zwrotnej
add_filter( 'use_google_chrome_frame', 'twoja_funkcja' );
function twoja_funkcja($param_1) {
// Twój kod
}Popularne w tej kategorii