Change the WooCommerce Shop Page URL

WP Beaches ~
You can change the WooCommerce shop URL with a filter that WooCommerce provides, this can be helpful especially if you have a one product based shop and you want your users to return to that product and not the default shop page URL.
The filter to use is aptly named – woocommerce_return_to_shop_redirect
add_filter( ‘woocommerce_return_to_shop_redirect’, ‘st_woocommerce_shop_url’ ); /** *
Leave a Reply