PHPMailer\PHPMailer

SMTP::getDebugLevelpublicWP 1.0

Get debug output level.

Method of the class: SMTP{}

No Hooks.

Returns

Int.

Usage

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

SMTP::getDebugLevel() code WP 6.8.1

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