NOX-ROOT-MARAZ Manager v2
PHP 8+ Secure
/
home
/
xiedrke
/
malino
/
wp-content
/
plugins
/
trendz-plus
/
customizer
/
controls
/
radio-image
/
Name
Size
Perms
Actions
📄 class-control-radio-image.php
3,698 B
0644
Edit
|
Chmod
|
Delete
📄 radio-image.css
948 B
0644
Edit
|
Chmod
|
Delete
📄 radio-image.js
294 B
0644
Edit
|
Chmod
|
Delete
Editing: radio-image.js
wp.customize.controlConstructor['wdt-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() ); }); } });
Cancel