File "single-email-post-template.php"
Full Path: /home/romayxjt/public_html/wp-content/plugins/woocommerce/packages/email-editor/src/Engine/Templates/single-email-post-template.php
File size: 417 bytes
MIME-type: text/x-php
Charset: utf-8
<?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;