WP HOOKS
filtrod 4.5.0

customize_previewable_devices

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

Opis — z kodu źródłowego

Filters the available devices to allow previewing in the Customizer.

Parametry

ParametrTypOpis
$devicesarrayList of devices with labels and default setting.

Wywołanie

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

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

Popularne w tej kategorii