PHPMailer\PHPMailer
SMTP::getDebugOutput()
Get debug output method.
{} Это метод класса: SMTP{}
Хуков нет.
Возвращает
Строку
.
Использование
$SMTP = new SMTP(); $SMTP->getDebugOutput();
Код SMTP::getDebugOutput() SMTP::getDebugOutput WP 5.9.3
public function getDebugOutput() { return $this->Debugoutput; }