PHPMailer\PHPMailer
SMTP::getDebugLevel()
Get debug output level.
{} It's a method of the class: SMTP{}
No Hooks.
Return
Int
.
Usage
$SMTP = new SMTP(); $SMTP->getDebugLevel();
Code of SMTP::getDebugLevel() SMTP::getDebugLevel WP 6.0
public function getDebugLevel() { return $this->do_debug; }