WP HOOKS
filtrod 4.2.0

customize_refresh_nonces

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

Opis — z kodu źródłowego

Filters nonces for Customizer.

Parametry

ParametrTypOpis
$noncesstring[]Array of refreshed nonces for save and preview actions.
$manager\WP_Customize_ManagerWP_Customize_Manager instance.

Wywołanie

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

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

Popularne w tej kategorii