文件操作 - class-phpmailer.php
返回文件管理
返回主菜单
删除本文件
文件: /var/www/b6c6f2eb04e56567f741ef16abd19249/Web/wp-includes/class-phpmailer.php
编辑文件内容
<?php /** * The PHPMailer class has been moved to the wp-includes/PHPMailer subdirectory and now uses the PHPMailer\PHPMailer namespace. */ if ( function_exists( '_deprecated_file' ) ) { _deprecated_file( basename( __FILE__ ), '5.5.0', WPINC . '/PHPMailer/PHPMailer.php', __( 'The PHPMailer class has been moved to wp-includes/PHPMailer subdirectory and now uses the PHPMailer\PHPMailer namespace.' ) ); } require_once __DIR__ . '/PHPMailer/PHPMailer.php'; require_once __DIR__ . '/PHPMailer/Exception.php'; class_alias( PHPMailer\PHPMailer\PHPMailer::class, 'PHPMailer' ); class_alias( PHPMailer\PHPMailer\Exception::class, 'phpmailerException' );
修改文件时间
将文件时间修改为当前时间的前一年
删除文件