PHPMailer\PHPMailer
PHPMailer::getCustomHeaders()
Returns all custom headers.
Method of the class: PHPMailer{}
No Hooks.
Return
Array
.
Usage
$PHPMailer = new PHPMailer(); $PHPMailer->getCustomHeaders();
PHPMailer::getCustomHeaders() PHPMailer::getCustomHeaders code WP 6.6.1
public function getCustomHeaders() { return $this->CustomHeader; }