Email_Abstract::get_post()

Get post object of email.


Return

(WP_Post|TECTicketsEmailsnull;)


Top ↑

Source

File: src/Tickets/Emails/Email_Abstract.php

	public function get_post() {
		return get_page_by_path( $this->id, OBJECT, Email_Handler::POSTTYPE );
	}

Top ↑

Changelog

Changelog
Version Description
5.5.9 Introduced.