Create New Item
Item Type
File
Folder
Item Name
Search file in folder and subfolders...
Are you sure want to rename?
File Manager
/
wp-content
/
plugins
/
woocommerce
/
packages
/
email-editor
/
src
/
Engine
/
Templates
:
single-email-post-template.php
Advanced Search
Upload
New Item
Settings
Back
Back Up
Advanced Editor
Save
<?php /** * This file is part of the WooCommerce Email Editor package. * Template canvas file to render the emails custom post type. * * @package Automattic\WooCommerce\EmailEditor */ // get the rendered post HTML content. $template_html = apply_filters( 'woocommerce_email_editor_preview_post_template_html', get_post() ); // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped echo $template_html;