Last active
October 30, 2023 07:42
-
-
Save SirDarcanos/62c6fc704de39d66d77d5500ba0c8dd3 to your computer and use it in GitHub Desktop.
How to Change the Continue Shopping Redirect URL
This file contains hidden or 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_continue_shopping_redirect', function() { return get_home_url(); } ); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment