WP HOOKS
filtrod 3.2.0

use_google_chrome_frame

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

Opis — z kodu źródłowego

Filters whether Google Chrome Frame should be used, if available.

Parametry

ParametrTypOpis
$is_adminboolWhether 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
}

Popularne w tej kategorii