文件操作 - Legacy.php
返回文件管理
返回主菜单
删除本文件
文件: /home/www/public/wp-content/plugins/give/src/Views/Form/Templates/Legacy/Legacy.php
编辑文件内容
<?php namespace Give\Views\Form\Templates\Legacy; use Give\Form\Template; class Legacy extends Template { /** * @inheritDoc */ public function getID() { return 'legacy'; } /** * @inheritDoc */ public function getName() { return __('Legacy Form', 'give'); } /** * @inheritDoc */ public function getImage() { return GIVE_PLUGIN_URL . 'build/assets/dist/images/admin/template-preview-legacy.png'; } /** * @inheritDoc */ public function getOptionsConfig() { return require 'optionConfig.php'; } }
修改文件时间
将文件时间修改为当前时间的前一年
删除文件