/* global kirkiPresetControls */
jQuery( document ).ready( function() {
_.each( kirkiPresetControls, function( children, parentControl ) {
wp.customize( parentControl, function( value ) {
value.bind( function( to ) {
_.each( children, function( preset, valueToListen ) {
if ( valueToListen === to ) {
_.each( preset.settings, function( controlValue, controlID ) {
wp.customize( controlID ).set( controlValue );
} );
}
} );
} );
} );
} );
} );
Warning: Cannot modify header information - headers already sent by (output started at /home/nzeegawz/public_html/ujdrone/wp-content/plugins/classic-editor/classic-editor.php:1) in /home/nzeegawz/public_html/ujdrone/wp-includes/pluggable.php on line 1450
Warning: Cannot modify header information - headers already sent by (output started at /home/nzeegawz/public_html/ujdrone/wp-content/plugins/classic-editor/classic-editor.php:1) in /home/nzeegawz/public_html/ujdrone/wp-includes/pluggable.php on line 1453