PHPMailer\PHPMailer

SMTP::getVerp()publicWP 1.0

Get VERP address generation mode.

Method of the class: SMTP{}

No Hooks.

Return

true|false.

Usage

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

SMTP::getVerp() code WP 6.5.2

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