PATH:
home
/
lab2454c
/
foreclass.com
/
wp-content
/
themes
/
oceanwp
/
inc
/
customizer
/
controls
/
icon-select-multi
wp.customize.controlConstructor['select'] = wp.customize.Control.extend({ ready: function() { 'use strict'; var control = this; // Change the value this.container.on( 'change', 'input', function() { control.setting.set( jQuery( this ).val() ); }); } });
[-] class-control-icon-select-multi.php
[edit]
[+]
..
[-] iconmulti-select.js
[edit]
[-] iconmulti-select.css
[edit]