Remove add to cart URL parameter after a product has been added to the cart in WooCommerce

Remove add to cart URL parameter after a product has been added to the cart in WooCommerce.

Snippet Type

Execute on Child Sites

Snippet

add_filter( 'woocommerce_add_to_cart_redirect', 'wp_get_referer' );

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.