Do not call hooks on repeated getAutomaticEmails calls (e.g. in editor) [MAILPOET-2433]

This commit is contained in:
wxa
2020-11-11 12:18:26 +03:00
committed by Veljko V
parent 4661eab49e
commit 9359143346
2 changed files with 12 additions and 0 deletions

View File

@@ -344,6 +344,7 @@ class Initializer {
public function setupAutomaticEmails() {
$automaticEmails = new AutomaticEmails();
$automaticEmails->init();
$automaticEmails->getAutomaticEmails();
}
private function setupWoocommerceTransactionalEmails() {