WordPress Javascript Redirect Snippet
November 29, 2017 @ 1:47 pm
Simple WordPress/PHP/Javascript code snippet which redirects users, who are not logged into the website, to another designated URL. Add this snippet to your theme’s functions.php file to use. Be sure to change the value of $redirect_url from https://mjslawson.com to the URL users should be redirected to. Create a directory: ‘maintenance’, and within place a simple […]
Simple WordPress/PHP/Javascript code snippet which redirects users, who are not logged into the website, to another designated URL. Add this snippet to your theme’s functions.php file to use. Be sure to change the value of $redirect_url from https://mjslawson.com to the URL users should be redirected to. Create a directory: ‘maintenance’, and within place a simple […]