woocommerce_email_block_template_html
woocommerce_email_block_template_html
Appears in: woocommerce.10.8.1
Hook Type: filter
Displaying hooks found in version: woocommerce.10.8.1apply_filters('woocommerce_email_block_template_html') is found 1 times:
- /src/Internal/EmailEditor/WCTransactionalEmails/WCTransactionalEmailPostsGenerator.php line 158
* @param string $template_html The email template HTML. * @param \WC_Email $email The email object. * @since 10.7.0 */ $template_html = apply_filters( 'woocommerce_email_block_template_html', $template_html, $email ); return $template_html; } /** * Generate initial email templates.