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.
Method of the class: PHPMailer{}
No Hooks.
Return
Array
.
Usage
$PHPMailer = new PHPMailer(); $PHPMailer->getCcAddresses();
PHPMailer::getCcAddresses() PHPMailer::getCcAddresses code WP 6.6.1
public function getCcAddresses() { return $this->cc; }