Automattic\WooCommerce\Internal\DataStores\Orders

CustomOrdersTableController::get_settings_sections()publicWC 1.0

Метод класса: CustomOrdersTableController{}

Хуков нет.

Возвращает

null. Ничего (null).

Использование

$CustomOrdersTableController = new CustomOrdersTableController();
$CustomOrdersTableController->return $value;

Код CustomOrdersTableController::get_settings_sections() WC 8.7.0

return $value;
	}

	/**
	 * Callback to trigger a sync immediately by clicking a button on the Features screen.
	 *
	 * @return void
	 */
	private function sync_now() {