WooCommerce Code Reference

Bootstrap
in package

Bootstrap class for initializing the Email Editor functionality.

Table of Contents

$core_email_editor_integration  : Initializer
Core email editor integration instance.
$email_editor  : Email_Editor
Email editor instance.
$woocommerce_email_editor_integration  : Initializer
WooCommerce email editor integration instance.
__construct()  : mixed
Constructor.
init()  : void
Initialize the email editor functionality.
initialize()  : void
Initialize the email editor.
setup_email_editor_integrations()  : bool
Setup email editor integrations.

Properties

Methods

__construct()

Constructor.

public __construct(Email_Editor $email_editor, Initializer $core_email_editor_integration, Initializer $woocommerce_email_editor_integration) : mixed
Parameters
$email_editor : Email_Editor

Email editor instance.

$core_email_editor_integration : Initializer

Core email editor integration instance.

$woocommerce_email_editor_integration : Initializer

WooCommerce email editor integration instance.

Return values
mixed