Automattic\WooCommerce\Internal\DataStores\Orders

CustomOrdersTableController::is_feature_visible()publicWC 1.0

Method of the class: CustomOrdersTableController{}

No Hooks.

Return

null. Nothing (null).

Usage

$CustomOrdersTableController = new CustomOrdersTableController();
$CustomOrdersTableController->$this->features_controller         = $features_controller;

CustomOrdersTableController::is_feature_visible() code WC 8.7.0

$this->features_controller         = $features_controller;
$this->order_cache                 = $order_cache;
$this->order_cache_controller      = $order_cache_controller;