Changeset 59592 for trunk/src/wp-includes/pluggable.php
- Timestamp:
- 01/08/2025 12:52:04 PM (4 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/pluggable.php
r59578 r59592 252 252 require_once ABSPATH . WPINC . '/PHPMailer/SMTP.php'; 253 253 require_once ABSPATH . WPINC . '/PHPMailer/Exception.php'; 254 $phpmailer = new PHPMailer\PHPMailer\PHPMailer( true ); 254 require_once ABSPATH . WPINC . '/class-wp-phpmailer.php'; 255 $phpmailer = new WP_PHPMailer( true ); 255 256 256 257 $phpmailer::$validator = static function ( $email ) {
Note: See TracChangeset
for help on using the changeset viewer.