Reply To: Replace the WP login/registration page

Forums General Replace the WP login/registration page Reply To: Replace the WP login/registration page

#579
Krum Cheshmedjiev
Participant

The code:
http://example.com/wp-login.php?redirect_to=<?php echo $_SERVER['REQUEST_URI']; ?>

Needs PHP to run at this time, you may need to use a “PHP in posts/pages/widgets” plugin.

  • This reply was modified 8 years ago by Cristián Lávaque. Reason: Fix tiny syntax error in code