WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about customize_previewable_devices

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-includes/class-wp-customize-manager.php apply_filters 5025 /**
* 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.
*/

Hook Parameters

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