MailPoet\EmailEditor\Engine\Templates

Templates_Registry::initialize()publicWC 1.0

Initialize the template registry. This method should be called only once.

Method of the class: Templates_Registry{}

Return

null. Nothing (null).

Usage

$Templates_Registry = new Templates_Registry();
$Templates_Registry->initialize(): void;

Templates_Registry::initialize() code WC 9.8.1

public function initialize(): void {
	apply_filters( 'mailpoet_email_editor_register_templates', $this );
}