function wpe_custom_Return_Shop_Url() {
return home_url();
}
add_filter( 'woocommerce_return_to_shop_redirect', 'wpe_custom_Return_Shop_Url' );
function wpe_custom_Return_Shop_Url() {
return home_url();
}
add_filter( 'woocommerce_return_to_shop_redirect', 'wpe_custom_Return_Shop_Url' );