PHPMailer\PHPMailer
PHPMailer::getAttachments()
Return the array of attachments.
{} It's a method of the class: PHPMailer{}
No Hooks.
Return
Array
.
Usage
$PHPMailer = new PHPMailer(); $PHPMailer->getAttachments();
Code of PHPMailer::getAttachments() PHPMailer::getAttachments WP 6.0
public function getAttachments() { return $this->attachment; }