PHPMailer\PHPMailer

SMTP::getDebugOutput()publicWP 1.0

Get debug output method.

Method of the class: SMTP{}

No Hooks.

Return

String.

Usage

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

SMTP::getDebugOutput() code WP 6.4.3

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