MailPoet\EmailEditor\Engine\Templates
Templates_Registry::initialize()
Initialize the template registry. This method should be called only once.
Method of the class: Templates_Registry{}
Hooks from the method
Return
null
. Nothing (null).
Usage
$Templates_Registry = new Templates_Registry(); $Templates_Registry->initialize(): void;
Templates_Registry::initialize() Templates Registry::initialize code WC 9.8.1
public function initialize(): void { apply_filters( 'mailpoet_email_editor_register_templates', $this ); }