value() ) ? [] : json_decode( $this->value(), true ); echo '
'; ?>
label ); ?>
'; } } /** * Register input slider control with Kirki. * * @param array $controls The controls. * * @return array The updated controls. */ add_filter( 'kirki_control_types', function ( $controls ) { $controls[ 'responsive_devices' ] = 'Envo_Extra_Customize_Responsive_Devices'; return $controls; } );