MailPoet\EmailEditor

Bootstrap::setupEmailEditorIntegrations()publicWC 1.0

Method of the class: Bootstrap{}

No Hooks.

Return

null. Nothing (null).

Usage

$Bootstrap = new Bootstrap();
$Bootstrap->setupEmailEditorIntegrations();

Bootstrap::setupEmailEditorIntegrations() code WC 9.8.1

public function setupEmailEditorIntegrations() {
  $this->coreEmailEditorIntegration->initialize();
}