Filter hook 'customize_previewable_devices'

in WP Core File wp-includes/class-wp-customize-manager.php at line 5052

Description

Filters the available devices to allow previewing in the Customizer.

Occurrences

Filename Line Number
wp-includes/class-wp-customize-manager.php 5052

Parameters

Type Name Description
array $devices List of devices with labels and default setting.

PHP Doc

/**
		 * Filters the available devices to allow previewing in the Customizer.
		 *
		 * @since 4.5.0
		 *
		 * @see WP_Customize_Manager::get_previewable_devices()
		 *
		 * @param array $devices List of devices with labels and default setting.
		 */