PHPMailer\PHPMailer

SMTP::getTimeoutpublicWP 1.0

Get SMTP timeout.

Method of the class: SMTP{}

No Hooks.

Returns

Int.

Usage

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

SMTP::getTimeout() code WP 7.0

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