apply_filters( ‘customize_previewable_devices’, array $devices )

Filters the available devices to allow previewing in the Customizer.

Description

See also

Parameters

$devicesarray
List of devices with labels and default setting.

Source

$devices = apply_filters( 'customize_previewable_devices', $devices );

Changelog

VersionDescription
4.5.0Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.