文件操作 - base.php
返回文件管理
返回主菜单
删除本文件
文件: /root/Desktop/OLD/plugin-wordpress/metform/core/entries/base.php
编辑文件内容
<?php namespace MetForm\Core\Entries; defined( 'ABSPATH' ) || exit; Class Base{ use \MetForm\Traits\Singleton; public $cpt; public $api; public $meta_data; public function __construct(){ Hooks::instance(); $this->cpt = new Cpt(); $this->api = new Api(); $this->meta_data = new Meta_Data(); } }
修改文件时间
将文件时间修改为当前时间的前一年
删除文件