PHPMailer\PHPMailer

SMTP::getDebugOutputpublicWP 1.0

Get debug output method.

Method of the class: SMTP{}

No Hooks.

Returns

String.

Usage

$SMTP = new SMTP();
$SMTP->getDebugOutput();

SMTP::getDebugOutput() code WP 6.8.1

public function getDebugOutput()
{
    return $this->Debugoutput;
}