PHPMailer\PHPMailer
PHPMailer::getAttachments
Return the array of attachments.
Method of the class: PHPMailer{}
No Hooks.
Returns
Array.
Usage
$PHPMailer = new PHPMailer(); $PHPMailer->getAttachments();
PHPMailer::getAttachments() PHPMailer::getAttachments code WP 7.0
public function getAttachments()
{
return $this->attachment;
}