MailPoet\EmailEditor\Engine\Templates
Template::get_post_types()
Get the list of supported post types.
Method of the class: Template{}
No Hooks.
Return
String[]
.
Usage
$Template = new Template(); $Template->get_post_types(): array;
Template::get_post_types() Template::get post types code WC 9.8.1
public function get_post_types(): array { return $this->post_types; }