Filters the available devices to allow previewing in the Customizer.
$devicesarraywp-includes/class-wp-customize-manager.php:5059WP_Customize_Manager::get_previewable_devices() * @since 4.5.0 * * @see WP_Customize_Manager::get_previewable_devices() * * @param array $devices List of devices with labels and default setting. */ $devices = apply_filters( 'customize_previewable_devices', $devices ); return $devices; } /** * Registers some default controls.Introduced in 4.5.0. Unchanged from 6.7.7 through 7.1.0.
Signature, return type and hooks compared across 5 parsed releases.