How to Redirect to Homapge After User Logout
Open functions.php in ../goodstore/ and add this code add_action(‘wp_logout’,’go_home’); function go_home(){ wp_redirect( home_url() ); exit(); }
Open functions.php in ../goodstore/ and add this code add_action(‘wp_logout’,’go_home’); function go_home(){ wp_redirect( home_url() ); exit(); }
Please go to Appearance->Theme Options->Login