woocommerce_email_editor_post_types

woocommerce_email_editor_post_types

Appears in:
Hook Type: filter
See hook in action

See hook in core

Displaying hooks found in version: woocommerce.9.9.5

apply_filters('woocommerce_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( 'woocommerce_email_editor_post_types', $post_types );
    	}
    
    	/**
    	 * Returns the default arguments for email post types.
    	 *
    	 * @return array
    

See this hook used in plugins: