Code-Snippets-Functions/Execute a function on a child site/WooCommerce Square/automatic-sync-every-30-mins.txt

3 lines
103 B
Text

add_filter( 'wc_square_sync_interval', function( $interval ) {
return 30 * MINUTE_IN_SECONDS;
} );