LLMS_Email::get_headers()

Get email headers


Return Return

(string|array)


Top ↑

Source Source

File: includes/emails/class.llms.email.php

	public function get_headers() {
		return apply_filters( 'lifterlms_email_headers', $this->headers, $this->id );
	}


Top ↑

Changelog Changelog

Changelog
Version Description
1.0.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.