文件操作 - module.php
返回文件管理
返回主菜单
删除本文件
文件: /root/Desktop/OLD/plugin-wordpress/bdthemes-element-pack-lite/modules/call-out/module.php
编辑文件内容
<?php namespace ElementPack\Modules\CallOut; use ElementPack\Base\Element_Pack_Module_Base; if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly class Module extends Element_Pack_Module_Base { public function get_name() { return 'call-out'; } public function get_widgets() { $widgets = [ 'Call_Out', ]; return $widgets; } }
修改文件时间
将文件时间修改为当前时间的前一年
删除文件