Automattic\WooCommerce\LayoutTemplates

LayoutTemplateRegistry::unregister_allpublicWC 1.0

Unregister all layout templates.

Method of the class: LayoutTemplateRegistry{}

No Hooks.

Returns

null. Nothing (null).

Usage

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

LayoutTemplateRegistry::unregister_all() code WC 9.9.3

public function unregister_all() {
	$this->layout_templates_info     = array();
	$this->layout_template_instances = array();
}