{"id":2606,"date":"2020-03-31T12:30:46","date_gmt":"2020-03-31T11:30:46","guid":{"rendered":"https:\/\/ibex.tech\/cloud\/?p=2606"},"modified":"2022-02-17T07:13:48","modified_gmt":"2022-02-17T07:13:48","slug":"logout-link","status":"publish","type":"post","link":"https:\/\/ibex.tech\/cloud\/wordpress\/login-logout\/logout-link","title":{"rendered":"Logout Link"},"content":{"rendered":"\n<p>The wordpress logout way requires you to redirect to their logout page.  Nice way is to use a custom url, in this case pointing to \/logout, and code (no need to create  page)<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>  if ($_SERVER&#91;\"REQUEST_URI\"] == '\/logout')\n  {\n    wp_logout();\n    wp_redirect( home_url( '\/' ) );\n    die;\n  }<\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"<p>The wordpress logout way requires you to redirect to their logout page. Nice way is to use a custom url, in this case pointing to \/logout, and code (no need to create page)<\/p>\n","protected":false},"author":5,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[228],"tags":[],"class_list":["post-2606","post","type-post","status-publish","format-standard","hentry","category-login-logout"],"_links":{"self":[{"href":"https:\/\/ibex.tech\/cloud\/wp-json\/wp\/v2\/posts\/2606","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/ibex.tech\/cloud\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/ibex.tech\/cloud\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/ibex.tech\/cloud\/wp-json\/wp\/v2\/users\/5"}],"replies":[{"embeddable":true,"href":"https:\/\/ibex.tech\/cloud\/wp-json\/wp\/v2\/comments?post=2606"}],"version-history":[{"count":1,"href":"https:\/\/ibex.tech\/cloud\/wp-json\/wp\/v2\/posts\/2606\/revisions"}],"predecessor-version":[{"id":2607,"href":"https:\/\/ibex.tech\/cloud\/wp-json\/wp\/v2\/posts\/2606\/revisions\/2607"}],"wp:attachment":[{"href":"https:\/\/ibex.tech\/cloud\/wp-json\/wp\/v2\/media?parent=2606"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/ibex.tech\/cloud\/wp-json\/wp\/v2\/categories?post=2606"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/ibex.tech\/cloud\/wp-json\/wp\/v2\/tags?post=2606"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}