PHPMailer\PHPMailer

SMTP::getDebugLevel()publicWP 1.0

Get debug output level.

Method of the class: SMTP{}

No Hooks.

Return

Int.

Usage

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

SMTP::getDebugLevel() code WP 6.5.2

public function getDebugLevel()
{
    return $this->do_debug;
}