How to Redirect to Homapge After User Logout Posted in: Code, Could help 0 Open functions.php in ../goodstore/ and add this code add_action('wp_logout','go_home'); function go_home(){ wp_redirect( home_url() ); exit(); } Was this Helpful ? yes no Tags: logout menu redirect user Share IT: Leave a Reply Cancel replyYou must be logged in to post a comment.
Leave a Reply
You must be logged in to post a comment.