WP HOOKS
filtrod 2.7.0

validate_current_theme

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

Opis — z kodu źródłowego

Filters whether to validate the active theme.

Parametry

ParametrTypOpis
$validateboolWhether to validate the active theme. Default true.

Wywołanie

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

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

Popularne w tej kategorii