PHPMailer\PHPMailer
PHPMailer::getCustomHeaders
Returns all custom headers.
Метод класса: PHPMailer{}
Хуков нет.
Возвращает
Массив.
Использование
$PHPMailer = new PHPMailer(); $PHPMailer->getCustomHeaders();
Код PHPMailer::getCustomHeaders() PHPMailer::getCustomHeaders WP 7.0
public function getCustomHeaders()
{
return $this->CustomHeader;
}