PHPMailer\PHPMailer
PHPMailer::getReplyToAddresses() public WP 1.0
Allows for public read access to 'ReplyTo' property. Before the send() call, queued addresses (i.e. with IDN) are not yet included.
{} Это метод класса: PHPMailer{}
Хуков нет.
Возвращает
Массив
. Ничего.
Использование
$PHPMailer = new PHPMailer(); $PHPMailer->getReplyToAddresses();
Код PHPMailer::getReplyToAddresses() PHPMailer::getReplyToAddresses WP 5.7.1
public function getReplyToAddresses()
{
return $this->ReplyTo;
}