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