Automattic\WooCommerce\Internal\DataStores\Orders
CustomOrdersTableController::is_feature_visible()
Checks if the feature is visible (so that dedicated entries will be added to the debug tools page).
{} Это метод класса: CustomOrdersTableController{}
Хуков нет.
Возвращает
true|false
. True if the feature is visible.
Использование
$CustomOrdersTableController = new CustomOrdersTableController(); $CustomOrdersTableController->is_feature_visible(): bool;
Код CustomOrdersTableController::is_feature_visible() CustomOrdersTableController::is feature visible WC 6.6.1
public function is_feature_visible(): bool { return $this->is_feature_visible; }