woogc/sync/bounce_sync
Deprecated notice: The recent tracking privacy cookie policy changes, the filter is deprecated. Instead, the synchronisation screen is used for all browsers to ensure compatibility.
Name: woogc/sync/bounce_sync
Type: Filter
Arguments: $sites, $context
The synchronization procedure ensures the cart maintains unitary across all shops in the network. The procedure triggers in the background or through a synchronization screen ( mainly for the Safari browser ).
The filter instructs the code to use only the synchronization screen for all devices and browsers.
add_filter('woogc/sync/bounce_sync', 'woogc_sync_bounce_sync'); function woogc_sync_bounce_sync( $status ) { $status = 'true'; return $status ; }
The snippet code goes into a php file on wp-content/mu-plugins folder.