Automattic\WooCommerce\Internal\DataStores\Orders

CustomOrdersTableController::get_settings_sections()publicWC 1.0

Method of the class: CustomOrdersTableController{}

No Hooks.

Return

null. Nothing (null).

Usage

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

CustomOrdersTableController::get_settings_sections() code 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() {