文件操作 - radio-image.js
返回文件管理
返回主菜单
删除本文件
文件: /root/Desktop/OLD/temi wordpress/astra/inc/customizer/custom-controls/radio-image/radio-image.js
编辑文件内容
/** * File radio-image.js * * Handles toggling the radio images button * * @package Astra */ wp.customize.controlConstructor['ast-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() ); }); } });
修改文件时间
将文件时间修改为当前时间的前一年
删除文件