Automattic\WooCommerce\LayoutTemplates

LayoutTemplateRegistry::__constructpublicWC 1.0

Constructor.

Method of the class: LayoutTemplateRegistry{}

No Hooks.

Returns

null. Nothing (null).

Usage

$LayoutTemplateRegistry = new LayoutTemplateRegistry();
$LayoutTemplateRegistry->__construct();

LayoutTemplateRegistry::__construct() code WC 11.0.1

public function __construct() {
	self::maybe_log_removal_warning();
}