Automattic\WooCommerce\EmailEditor
Bootstrap::setup_email_editor_integrations
Setup email editor integrations.
Method of the class: Bootstrap{}
No Hooks.
Returns
null. Nothing (null).
Usage
$Bootstrap = new Bootstrap(); $Bootstrap->setup_email_editor_integrations(): bool;
Bootstrap::setup_email_editor_integrations() Bootstrap::setup email editor integrations code WC 10.6.2
public function setup_email_editor_integrations(): bool {
$this->core_email_editor_integration->initialize();
return true; // PHPStan expect returning a value from the filter.
}