Skip to content

Instantly share code, notes, and snippets.

@tobedoit
Created November 26, 2012 07:13
Show Gist options
  • Save tobedoit/4146983 to your computer and use it in GitHub Desktop.
Save tobedoit/4146983 to your computer and use it in GitHub Desktop.
Wordpress: login redirect to current page
<form action='<?php echo wp_login_url( $_SERVER['REQUEST_URI'] ); ?>' method='post'>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment