customize_previewable_devices

customize_previewable_devices

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-6.7.2

apply_filters('customize_previewable_devices') is found 1 times:

  • /wp-includes/class-wp-customize-manager.php line 5059
    5055
    5056
    5057
    5058
    5059
    5060
    5061
    5062
    5063
    5064
    5065
         * @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.