How to change sync interval
-
I know this code to adjust the sync interval is posted in the WooCommerce Square FAQ. But posting this in my functions.php did not change it from an hourly sync. Is this outdated code they have posted, or am I missing something?
Any help would be greatly appreciated.Thanks in advance
// sync every 15 minutes instead of every hour add_filter( 'wc_square_sync_interval', function( $interval ) { return 15 * MINUTE_IN_SECONDS; } );
Viewing 9 replies - 1 through 9 (of 9 total)
Viewing 9 replies - 1 through 9 (of 9 total)
- The topic ‘How to change sync interval’ is closed to new replies.