文件操作 - entry--plugin-init.php
返回文件管理
返回主菜单
删除本文件
文件: /home/www/public/wp-content/plugins/popup-maker/includes/entry--plugin-init.php
编辑文件内容
<?php /** * Function loader - Plugin Initialization * - only laoded when plugin is initialized. * * File loader guidelines: * * This file is loaded and will handle the loading of other function files. * - Newer files will be namespaced under PopupMaker\ namespace. * - Older functions will be prefixed as well as: * - Deprecated & moved to the -deprecated directory, merged fewer files. * - Legacy functions will be moved to -legacy directory. * * @since 1.21.0 * * @package PopupMaker * @copyright Copyright (c) 2024, Code Atlantic LLC */ defined( 'ABSPATH' ) || exit;
修改文件时间
将文件时间修改为当前时间的前一年
删除文件