mailpoet_email_editor_register_templates
mailpoet_email_editor_register_templates
Appears in: woocommerce.9.8.1
Hook Type: filter
See hook in action
Displaying hooks found in version: woocommerce.9.8.1apply_filters('mailpoet_email_editor_register_templates') is found 1 times:
- /packages/email-editor/src/Engine/Templates/class-templates-registry.php line 30
* * @return void */ public function initialize(): void { apply_filters( 'mailpoet_email_editor_register_templates', $this ); } /** * Register a template instance in the registry. * * @param Template $template The template to register.