WC_Customer_Data_Store::is_cot_in_use()
Check if the usage of the custom orders table is enabled.
Метод класса: WC_Customer_Data_Store{}
Хуков нет.
Возвращает
true|false
.
Использование
// private - только в коде основоного (родительского) класса $result = $this->is_cot_in_use(): bool;
Код WC_Customer_Data_Store::is_cot_in_use() WC Customer Data Store::is cot in use WC 9.4.2
private function is_cot_in_use(): bool { return wc_get_container()->get( CustomOrdersTableController::class )->custom_orders_table_usage_is_enabled(); }