{"id":4349,"date":"2022-07-13T16:36:36","date_gmt":"2022-07-13T15:36:36","guid":{"rendered":"https:\/\/ibex.tech\/cloud\/?p=4349"},"modified":"2022-07-13T16:44:57","modified_gmt":"2022-07-13T15:44:57","slug":"redirect-wordpress-default-pages","status":"publish","type":"post","link":"https:\/\/ibex.tech\/cloud\/wordpress\/pages-wordpress\/redirect-wordpress-default-pages","title":{"rendered":"Redirect WordPress default pages"},"content":{"rendered":"\n<h4 class=\"wp-block-heading\">WP Login Page Redirect<\/h4>\n\n\n\n<pre class=\"wp-block-code\"><code>\/\/******************************************************************\n\/\/******************************************************************\n\/\/********** REDIRECT WP LOGIN PAGE TO OUR SITE HOME PAGE **********\n\/\/******************************************************************\n\/\/******************************************************************\n\/\/Fires page : \/wp-login.php\nadd_action( 'login_head', 'myplugin_add_login_fields' );\nfunction myplugin_add_login_fields() \n{\n  if (strpos($_SERVER&#91;\"REQUEST_URI\"], '\/wp-admin\/') === False)\r\n  {\r\n    wp_redirect( home_url( '\/' ) );\r\n    die();\r\n  }\n}<\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"<p>WP Login Page Redirect<\/p>\n","protected":false},"author":5,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[120],"tags":[],"class_list":["post-4349","post","type-post","status-publish","format-standard","hentry","category-pages-wordpress"],"_links":{"self":[{"href":"https:\/\/ibex.tech\/cloud\/wp-json\/wp\/v2\/posts\/4349","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=4349"}],"version-history":[{"count":2,"href":"https:\/\/ibex.tech\/cloud\/wp-json\/wp\/v2\/posts\/4349\/revisions"}],"predecessor-version":[{"id":4351,"href":"https:\/\/ibex.tech\/cloud\/wp-json\/wp\/v2\/posts\/4349\/revisions\/4351"}],"wp:attachment":[{"href":"https:\/\/ibex.tech\/cloud\/wp-json\/wp\/v2\/media?parent=4349"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/ibex.tech\/cloud\/wp-json\/wp\/v2\/categories?post=4349"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/ibex.tech\/cloud\/wp-json\/wp\/v2\/tags?post=4349"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}