Skip to content

Instantly share code, notes, and snippets.

@tdmrhn
Last active August 4, 2022 11:41
Show Gist options
  • Save tdmrhn/9f223b3c78cba9d3cc46789cf49cb50c to your computer and use it in GitHub Desktop.
Save tdmrhn/9f223b3c78cba9d3cc46789cf49cb50c to your computer and use it in GitHub Desktop.
WP Login Redirect to Custom URL
add_filter( 'login_url', function () { return home_url( '/my-account'); } );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment