Automattic\WooCommerce\LayoutTemplates

LayoutTemplateRegistry::__constructpublicWC 1.0

Constructor.

Метод класса: LayoutTemplateRegistry{}

Хуков нет.

Возвращает

null. Ничего (null).

Использование

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

Код LayoutTemplateRegistry::__construct() WC 11.0.1

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