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