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