File "attributes.php"

Full Path: /home/aiclgcwq/photonindustriespvt.com/wp-content/themes/woodmart/inc/integrations/gutenberg/src/components/controls/responsive-visibility/attributes.php
File size: 420 bytes
MIME-type: text/x-php
Charset: utf-8

<?php

if ( ! function_exists( 'wd_get_responsive_visible_control_attrs' ) ) {
	function wd_get_responsive_visible_control_attrs() {
		return array(
			'hideOnDesktop' => array(
				'type'    => 'boolean',
				'default' => false,
			),
			'hideOnTablet'  => array(
				'type'    => 'boolean',
				'default' => false,
			),
			'hideOnMobile'  => array(
				'type'    => 'boolean',
				'default' => false,
			),
		);
	}
}