Redirect on logged out
-
Hi there, how can we redirect to homepage on logout?
I tried adding this on theme functions but it just goes to the member-login pageadd_action('wp_logout','auto_redirect_after_logout'); function auto_redirect_after_logout(){ wp_safe_redirect( home_url() ); exit; }
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Redirect on logged out’ is closed to new replies.