PHPMailer\PHPMailer
SMTP::getDebugLevel
Get debug output level.
Method of the class: SMTP{}
No Hooks.
Returns
Int
.
Usage
$SMTP = new SMTP(); $SMTP->getDebugLevel();
SMTP::getDebugLevel() SMTP::getDebugLevel code WP 6.8.1
public function getDebugLevel() { return $this->do_debug; }