Skip to content

Instantly share code, notes, and snippets.

@SiR-DanieL
Created January 21, 2021 04:23
Embed
What would you like to do?
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