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