Automattic\WooCommerce\Internal\DataStores\Orders

CustomOrdersTableController::process_sync_finished()publicWC 1.0

translators: %d: number of pending orders.

Method of the class: CustomOrdersTableController{}

No Hooks.

Return

null. Nothing (null).

Usage

$CustomOrdersTableController = new CustomOrdersTableController();
$CustomOrdersTableController->$orders_pending_sync_count;

CustomOrdersTableController::process_sync_finished() code WC 8.6.1

$orders_pending_sync_count
				);
			} elseif ( $sync_is_pending ) {
				$sync_now_url = wp_nonce_url(
add_query_arg(
	array(
		self::SYNC_QUERY_ARG => true,
	),
	wc_get_container()->get( FeaturesController::class )->get_features_page_url()
),
'hpos-sync-now'
				);