mailpoet_email_editor_post_types
mailpoet_email_editor_post_types
Appears in: woocommerce.9.8.1
Hook Type: filter
See hook in action
Displaying hooks found in version: woocommerce.9.8.1apply_filters('mailpoet_email_editor_post_types') is found 1 times:
- /packages/email-editor/src/Engine/class-email-editor.php line 158
* @phpstan-return EmailPostType[] */ private function get_post_types(): array { $post_types = array(); return apply_filters( 'mailpoet_email_editor_post_types', $post_types ); } /** * Returns the default arguments for email post types. * * @return array