文件操作 - ehf-admin.js
返回文件管理
返回主菜单
删除本文件
文件: /root/Desktop/OLD/plugin-wordpress/header-footer-elementor/admin/assets/js/ehf-admin.js
编辑文件内容
jQuery(document).ready(function ($) { var ehf_hide_shortcode_field = function() { var selected = jQuery('#ehf_template_type').val() || 'none'; jQuery( '.hfe-options-table' ).removeClass().addClass( 'hfe-options-table widefat hfe-selected-template-type-' + selected ); } jQuery(document).on( 'change', '#ehf_template_type', function( e ) { ehf_hide_shortcode_field(); }); ehf_hide_shortcode_field(); });
修改文件时间
将文件时间修改为当前时间的前一年
删除文件