%PDF- %PDF-
Direktori : /var/www/html/qendrasteps/wp-content/themes/tm-heli/core/kirki/controls/js/src/ |
Current File : /var/www/html/qendrasteps/wp-content/themes/tm-heli/core/kirki/controls/js/src/date.js |
wp.customize.controlConstructor['kirki-date'] = wp.customize.kirkiDynamicControl.extend({ initKirkiControl: function() { var control = this; // Only add in WP 4.9+. if ( _.isUndefined( wp.customize.DateTimeControl ) ) { return; } // New method for the DateTime control. wp.customize.control.add( new wp.customize.DateTimeControl( control.id, { section: control.params.section, priority: control.params.priority, label: control.params.label, description: control.params.description, settings: { 'default': control.id }, 'default': control.params['default'] } ) ); } });