PHPMailer\PHPMailer

SMTP::getDebugOutput()publicWP 1.0

Get debug output method.

Метод класса: SMTP{}

Хуков нет.

Возвращает

Строку.

Использование

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

Код SMTP::getDebugOutput() WP 6.5.2

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