• File: class-phpmailer.php
  • Full Path: /home/matthif/www/wp-includes/class-phpmailer.php
  • Date Modified: 07/21/2020 12:58 PM
  • File size: 664 bytes
  • MIME-type: text/x-php
  • Charset: utf-8
<?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_aliasPHPMailer\PHPMailer\PHPMailer::class, 'PHPMailer' );
class_aliasPHPMailer\PHPMailer\Exception::class, 'phpmailerException' );