文件操作 - Loadie.php
返回文件管理
返回主菜单
删除本文件
文件: /storage/v12552/kidsonlychiropract/public_html/wp-content/plugins/email-log/include/Core/Loadie.php
编辑文件内容
<?php namespace EmailLog\Core; defined( 'ABSPATH' ) || exit; // Exit if accessed directly. /** * EmailLog Loadie interface. * The `load()` method of this interface will be called by Email Log. * Even though Loadie is not an actual word it sound more logical than subscriber. * * @since 2.0.0 */ interface Loadie { /** * This method will be called by Email Log after `wp-loaded` event. * * @return void */ public function load(); }
修改文件时间
将文件时间修改为当前时间的前一年
删除文件