Skip to content

Instantly share code, notes, and snippets.

@FBI23
Last active May 2, 2017 09:47
Show Gist options
  • Save FBI23/4f2eee6a3b386f843b8550f2800070d1 to your computer and use it in GitHub Desktop.
Save FBI23/4f2eee6a3b386f843b8550f2800070d1 to your computer and use it in GitHub Desktop.
How to redirect WordPress frontend to the backendhttp://www.wprecipes.com/how-to-redirect-wordpress-frontend-to-the-backend
<?php
//Redirect To Admin Url WP
header("Location: ".get_admin_url());
exit();
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment