Changeset 48645 for trunk/src/wp-includes/pluggable.php
- Timestamp:
- 07/27/2020 08:17:36 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/pluggable.php
r48601 r48645 217 217 require_once ABSPATH . WPINC . '/PHPMailer/Exception.php'; 218 218 $phpmailer = new PHPMailer\PHPMailer\PHPMailer( true ); 219 220 $phpmailer::$validator = static function ( $email ) { 221 return (bool) is_email( $email ); 222 }; 219 223 } 220 224
Note: See TracChangeset
for help on using the changeset viewer.