Automattic\WooCommerce\Internal\StockNotifications\Emails

EmailTemplatesController::initpublicWC 1.0

Initialize the class.

Method of the class: EmailTemplatesController{}

No Hooks.

Returns

null. Nothing (null).

Usage

$EmailTemplatesController = new EmailTemplatesController();
$EmailTemplatesController->init();

EmailTemplatesController::init() code WC 10.3.6

final public function init() {
	add_action( 'init', array( $this, 'register_template_hooks' ) );
}