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 7.0
public function getDebugLevel()
{
return $this->do_debug;
}