logout action
-
Hi,
I would like to redirect user to home on logout.
How to use this with wps-hide-login plugin ?add_action('wp_logout','go_home'); function go_home(){ wp_redirect( home_url() ); exit(); }
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘logout action’ is closed to new replies.