WP HOOKS
filtrod 3.4.0

customize_allowed_urls

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

Opis — z kodu źródłowego

Filters the list of URLs allowed to be clicked and followed in the Customizer preview.

Parametry

ParametrTypOpis
$allowed_urlsstring[]An array of allowed URLs.

Wywołanie

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

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

Popularne w tej kategorii