Search code examples
phpwordpresslogoutback

How can I redirect to home when user click on back button after logout?


I was wondering how can I redirect users to my hompage after they logged out when they hit the back button, kind of like facebook does. I was playing around with some javascript but nothing seemed to work.

PS: This will be for a Wordpress theme.


Solution

  • Hi there check the wp_logout_url($redirect_url).