Last active
October 23, 2018 03:11
-
-
Save fitodac/11d28ad96fdb785745322f1c4ef6d338 to your computer and use it in GitHub Desktop.
WordPress: redirect
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php wp_redirect( home_url() ); exit; ?> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment