WooCommerce Add to Cart custom redirection for specific product IDs
I am trying to hook in on the Add to cart redirect, changing the URL for specific product-ID As a starting point, I found the following code (Source: https://jeroensormani.com/redirect-users-after-add-to-cart/) function my_custom_add_to_cart_redirect( $url ) { if ( ! isset( $_REQUEST['add-to-cart'] )…