| Server IP : 217.154.193.50 / Your IP : 216.73.216.222 Web Server : Apache System : Linux wonderful-blackwell.217-154-193-50.plesk.page 5.15.0-140-generic #150-Ubuntu SMP Sat Apr 12 06:00:09 UTC 2025 x86_64 User : keyboss.eu_h7wios83zk8 ( 10003) PHP Version : 8.1.2-1ubuntu2.25 Disable Function : opcache_get_status MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /var/www/vhosts/keyboss.eu/httpdocs/keyboss/wp-includes/ |
Upload File : |
<?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' );