{"id":12199,"date":"2022-05-11T04:53:18","date_gmt":"2022-05-11T08:53:18","guid":{"rendered":"http:\/\/local.brightwhiz\/?post_type=snippets&p=12199"},"modified":"2022-05-11T04:53:20","modified_gmt":"2022-05-11T08:53:20","slug":"wordpress-logout-to-home-page","status":"publish","type":"snippets","link":"http:\/\/local.brightwhiz\/snippets\/wordpress-logout-to-home-page\/","title":{"rendered":"Logout to Home Page in WordPress"},"content":{"rendered":"\n
Use this code snippet to logout to home page in WordPress.<\/p>\n\n\n\n
The WordPress logout link:<\/p>\n\n\n\n
<a href="<?php echo wp_logout_url( home_url() ); ?>">Logout<\/a><\/code><\/pre>\n\n\n\nWordPress logout to home page in functions.php<\/code> theme file:<\/p>\n\n\n\nfunction redirect_home_after_logout(){\n wp_safe_redirect( home_url() );\n exit;\n}\nadd_action( 'wp_logout', 'redirect_home_after_logout' );<\/code><\/pre>\n","protected":false},"comment_status":"open","ping_status":"closed","template":"","meta":[],"categories":[953,23,25,27,15,16],"tags":[350,433,452,471,544,591,638,651],"yoast_head":"\nWordPress Logout to Home Page Example<\/title>\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\t\n