Created
February 15, 2021 16:24
-
-
Save NickGreen/b9740bc7245a0dc3b669c753771864e5 to your computer and use it in GitHub Desktop.
Return to shop link WooCommerce
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
add_filter( 'woocommerce_return_to_shop_redirect', function() { return '/shop'; }); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment