Automattic\WooCommerce\LayoutTemplates

LayoutTemplateRegistry::unregister_allpublicWC 1.0

Unregister all layout templates.

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

Хуков нет.

Возвращает

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

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

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

Код LayoutTemplateRegistry::unregister_all() WC 11.1.0

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