woocommerce_email_editor_render_start
woocommerce_email_editor_render_start
Appears in: woocommerce.10.8.1
Hook Type: action
See hook in action
Displaying hooks found in version: woocommerce.10.8.1do_action('woocommerce_email_editor_render_start') is found 1 times:
- /packages/email-editor/src/Engine/Renderer/ContentRenderer/class-content-renderer.php line 202
public function render_without_css_inline( WP_Post $post, WP_Block_Template $template ): array { $this->set_template_globals( $post, $template ); $this->initialize(); try { do_action( 'woocommerce_email_editor_render_start' ); $rendered_html = get_the_block_template_html(); } finally { $this->reset(); } return array(