Automattic\WooCommerce\Internal\DataStores\Orders
CustomOrdersTableController::show_feature()
Makes the feature visible, so that dedicated entries will be added to the debug tools page.
{} Это метод класса: CustomOrdersTableController{}
Хуков нет.
Возвращает
null
. Ничего.
Использование
$CustomOrdersTableController = new CustomOrdersTableController(); $CustomOrdersTableController->show_feature();
Код CustomOrdersTableController::show_feature() CustomOrdersTableController::show feature WC 6.6.1
public function show_feature() { $this->is_feature_visible = true; }