PHPMailer\PHPMailer

PHPMailer::getSMTPXclientAttributespublicWP 1.0

Get SMTP XCLIENT attributes

Method of the class: PHPMailer{}

No Hooks.

Returns

Array.

Usage

$PHPMailer = new PHPMailer();
$PHPMailer->getSMTPXclientAttributes();

PHPMailer::getSMTPXclientAttributes() code WP 6.8.1

public function getSMTPXclientAttributes()
{
    return $this->SMTPXClient;
}