文件操作 - debug.php
返回文件管理
返回主菜单
删除本文件
文件: /storage/v12552/rokpaw/public_html/wp-content/plugins/webp-express/lib/debug.php
编辑文件内容
<?php if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly /* This file is actually not included, only when debugging activation errors, I include it manually. Haven't used it in a quite a while... */ function webpexpress_activated() { update_option( 'webp-express-activation-error', ob_get_contents() ); } add_action( 'activated_plugin', 'webpexpress_activated' ); if (!empty(get_option('webp-express-activation-error'))) { add_filter( 'admin_footer_text', function() { return 'Activation error:' . get_option('webp-express-activation-error'); }); }
修改文件时间
将文件时间修改为当前时间的前一年
删除文件