Automattic\WooCommerce\LayoutTemplates
LayoutTemplateRegistry::unregister_all
Unregister all layout templates.
Метод класса: LayoutTemplateRegistry{}
Хуков нет.
Возвращает
void. Ничего (null).
Использование
$LayoutTemplateRegistry = new LayoutTemplateRegistry(); $LayoutTemplateRegistry->unregister_all();
Код LayoutTemplateRegistry::unregister_all() LayoutTemplateRegistry::unregister all WC 11.1.0
public function unregister_all() {
self::maybe_log_removal_warning();
}