Here is the code for WORDPRESS THEME: REDIRECT TO HOME PAGE ON LOGOUT:
add_action('wp_logout', 'go_home');function go_home(){wp_redirect(home_url());exit();}
No comments:
Post a Comment