文件操作 - template-modal-keywords.php
返回文件管理
返回主菜单
删除本文件
文件: /root/Desktop/OLD/plugin-wordpress/master-addons/inc/templates/editor/template-modal-keywords.php
编辑文件内容
<?php /** * Templates Keywords Filter */ ?> <# if ( ! _.isEmpty( keywords ) ) { #> <label><?php echo __('Filter by', MELA_TD ); ?></label> <select id="elementor-template-library-filter-subtype" class="elementor-template-library-filter-select ma-el-library-keywords" data-elementor-filter="subtype"> <option value=""><?php echo __( 'All Widgets/Addons', MELA_TD ); ?></option> <# _.each( keywords, function( title, slug ) { #> <option value="{{ slug }}">{{ title }}</option> <# } ); #> </select> <# } #>
修改文件时间
将文件时间修改为当前时间的前一年
删除文件