This file also contains only 1 is_a
function wp_mail( $to, $subject, $message, $headers = '', $attachments = array() ) {
.....
// if ( !is_object( $phpmailer ) || !is_a( $phpmailer, 'PHPMailer' ) ) {
$class_name = 'PHPMailer';
if ( !is_object( $phpmailer )
|| ( ( get_class($phpmailer) != $class_name )
&& !is_subclass_of($phpmailer, $class_name) ) ) {
![[PDA - Heathcare NOT Warfare - Sign the Petition.]](http://pdamerica.org/images/front/HealthNotWar_final.jpg)





