728x90

This is a useful trick If you’re developing a website for client on WordPress and want to manually redirect users after logout of your WordPress website. By default, WordPress will redirect them to the login page of your website, but we can easily change it by adding following snippet to current theme’s functions.php file:

Above snippet will redirect your users to the homepage of your website. You can also define custom URL or external URL by adding following snippet:


+ Recent posts