mailpoet_email_editor_post_types

mailpoet_email_editor_post_types

Appears in:
Hook Type: filter
See hook in action

See hook in core

Displaying hooks found in version: woocommerce.9.8.1

apply_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
    

See this hook used in plugins: