文件操作 - template-modal-item.php
返回文件管理
返回主菜单
删除本文件
文件: /root/Desktop/OLD/plugin-wordpress/master-addons/inc/templates/editor/template-modal-item.php
编辑文件内容
<?php /** * Template Item */ ?> <div class="elementor-template-library-template-body"> <div class="elementor-template-library-template-screenshot"> <div class="elementor-template-library-template-preview"> <i class="fa fa-search-plus"></i> </div> <img src="{{ thumbnail }}" alt="{{ title }}"> <div class="elementor-template-library-template-name">{{{ title }}}</div> </div> </div> <div class="elementor-template-library-template-controls"> <# if ( 'valid' === window.MasterAddonsData.license.status || ! pro ) { #> <button class="elementor-template-library-template-action ma-el-template-insert elementor-button elementor-button-success"> <i class="eicon-file-download"></i> <span class="elementor-button-title"><?php echo __( 'Insert', MELA_TD ); ?></span> </button> <# } else if ( pro ) { #> <a class="template-library-activate-license" href="{{{ window.MasterAddonsData.license.activateLink }}}" target="_blank"> <i class="fa fa-external-link" aria-hidden="true"></i> {{{ window.MasterAddonsData.license.proMessage }}} </a> <# } #> </div> <!--<div class="elementor-template-library-template-name">{{{ title }}}</div>-->
修改文件时间
将文件时间修改为当前时间的前一年
删除文件