文件操作 - class-template-blank.php
返回文件管理
返回主菜单
删除本文件
文件: /root/Desktop/OLD/plugin-wordpress/weforms/includes/templates/class-template-blank.php
编辑文件内容
<?php /** * Blank form template */ class WeForms_Template_Blank extends WeForms_Form_Template { public function __construct() { parent::__construct(); $this->enabled = true; $this->title = __( 'Blank Form', 'weforms' ); $this->description = __( 'Start from a blank slate', 'weforms' ); $this->image = WEFORMS_ASSET_URI . '/images/form-template/contact.png'; $this->category = 'default'; } /** * Get the form fields * * @return array */ public function get_form_fields() { return __return_empty_array(); } }
修改文件时间
将文件时间修改为当前时间的前一年
删除文件