woocommerce_orders_cot_and_posts_sync_step_size

woocommerce_orders_cot_and_posts_sync_step_size

Hook Type: filter

See hook in core

Displaying hooks found in version: woocommerce.8.7.0

apply_filters('woocommerce_orders_cot_and_posts_sync_step_size') is found 1 times:

  • /src/Internal/DataStores/Orders/DataSynchronizer.php line 883
    		 * @since 6.6.0
    		 *
    		 * @param int Default value for the count.
    		 */
    		return apply_filters( 'woocommerce_orders_cot_and_posts_sync_step_size', $batch_size );
    	}
    
    	/**
    	 * A user friendly name for this process.
    	 *
    	 * @return string Name of the process.