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.1

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