PHPMailer\PHPMailer

SMTP::getTimeout()publicWP 1.0

Get SMTP timeout.

Method of the class: SMTP{}

No Hooks.

Return

Int.

Usage

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

SMTP::getTimeout() code WP 6.5.2

public function getTimeout()
{
    return $this->Timeout;
}