PHPMailer\PHPMailer

SMTP::getVerp │ public │ WP 1.0

Get VERP address generation mode.

Method of the class: SMTP{}

No Hooks.

Returns

bool.

Usage

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

SMTP::getVerp() code WP 7.1.2

public function getVerp()
{
    return $this->do_verp;
}