WP HOOKS
filtrod 4.0.0

customize_control_active

Args 2Plik wp-includes/class-wp-customize-control.phpDokumentacja WP ↗

Opis — z kodu źródłowego

Filters response of WP_Customize_Control::active().

Parametry

ParametrTypOpis
$activeboolWhether the Customizer control is active.
$control\WP_Customize_ControlWP_Customize_Control instance.

Wywołanie

Rejestracja callbackaphp
// rejestracja funkcji zwrotnej — podaj liczbę argumentów!
add_filter( 'customize_control_active', 'twoja_funkcja', 10, 2 );

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

Popularne w tej kategorii