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.
Related Posts
This newly implemented functionality helps with displaying WooCommerce Products across shops, in the network, under your WordPress MultiSite environment. Promote specific products, types of merchandise, category of goods, so boosting overall network sales. The new function is available as a Woocommerce Product Shortcode and is easy to implement. Any section of a site can include the shortcode to output the required products. The woocommerce shortcode is usable within the default WordPress editor ( classic ) or any advanced layout composer like Elementor, Divi, Visual Builder etc.
WooCommerce Tax area provides...
Name: woogc/get_cart_from_session/validate_hash
Type:Â Filter
Arguments:Â $force_validation, $values
When reconstructing...
Incredibly flexible, the WooCommerce...
On the Synchronization screen...
Name: woogc/network_orders/get_orders/mysql_query/GROUP_BY
Type:Â Filter
Arguments:Â $mysql_query, $blog_id
The filter...
Name: woogc/network_orders/get_orders/mysql_query/JOIN
Type:Â Filter
Arguments:Â $mysql_query, $blog_id
The filter...
Name: woogc/network_orders/get_orders/mysql_query/SELECT
Type:Â Filter
Arguments:Â $mysql_query, $blog_id
The filter...
Deprecated notice: The recent...
The WooCommerce Global Cart...