Skip to content

Instantly share code, notes, and snippets.

@plugin-republic
Created May 15, 2018 17:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save plugin-republic/fef584be7340ead301b59f5ea859e432 to your computer and use it in GitHub Desktop.
Save plugin-republic/fef584be7340ead301b59f5ea859e432 to your computer and use it in GitHub Desktop.
function cwc_login_redirect( $redirect, $user ) {
return home_url();
}
add_filter( 'woocommerce_login_redirect', 'cwc_login_redirect', 10, 2 );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment