Email_Abstract::get_post()
Get post object of email.
Return
(WP_Post|TECTicketsEmailsnull;)
Source
File: src/Tickets/Emails/Email_Abstract.php
public function get_post() {
return get_page_by_path( $this->id, OBJECT, Email_Handler::POSTTYPE );
}
Changelog
| Version | Description |
|---|---|
| 5.5.9 | Introduced. |