mirror of
https://gh.wpcy.net/https://github.com/mainwp/Code-Snippets-Functions.git
synced 2026-05-01 11:52:25 +08:00
3 lines
103 B
Text
3 lines
103 B
Text
add_filter( 'wc_square_sync_interval', function( $interval ) {
|
|
return 30 * MINUTE_IN_SECONDS;
|
|
} );
|