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 7.0
public function getCcAddresses()
{
return $this->cc;
}