Your cart is currently empty!
woogc/disable_global_cart
Name: woogc/disable_global_cart
Type:Â Filter
Arguments:Â $is_disabled
The filter is being used to disable the Global Cart functionality.
add_filter( 'woogc/disable_global_cart', 'WooGC_Disable_GlobalCart', 10, 2 ); function WooGC_Disable_GlobalCart ( $status, $_blog_id = '' ) { return TRUE; }
The code should be placed inside a php file on wp-content/mu-plugins folder.
No Comments