{"id":1266,"date":"2013-10-10T15:12:29","date_gmt":"2013-10-10T06:12:29","guid":{"rendered":"http:\/\/www.santoshkori.com\/blog\/?p=1266"},"modified":"2013-10-10T15:14:42","modified_gmt":"2013-10-10T06:14:42","slug":"how-to-redirect-user-to-a-custom-page-after-registration","status":"publish","type":"post","link":"https:\/\/www.santoshkori.com\/blog\/how-to-redirect-user-to-a-custom-page-after-registration\/","title":{"rendered":"How to Redirect User to a custom page after registration"},"content":{"rendered":"<p>Below is code to <strong><em>redirect User to a custom page after registration<\/em><\/strong><\/p>\n<pre class=\"brush: php; title: ; notranslate\" title=\"\">\r\nfunction __my_registration_redirect(){\r\n    return home_url( '\/my-page' );\r\n}\r\nadd_filter( 'registration_redirect', '__my_registration_redirect' );\r\n<\/pre>\n<p>Thanks TheDeadMedic for the tip!<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Below is code to redirect User to a custom page after registration function __my_registration_redirect(){ return home_url( &#8216;\/my-page&#8217; ); } add_filter( &#8216;registration_redirect&#8217;, &#8216;__my_registration_redirect&#8217; ); Thanks TheDeadMedic for the tip!<\/p>\n","protected":false},"author":4,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[5,632,184],"tags":[634,636,633,725,635],"class_list":["post-1266","post","type-post","status-publish","format-standard","hentry","category-wordpress","category-wordpress-hacks-wordpress","category-wordpress-tip-and-tricks","tag-how-to-redirect-user-to-a-custom-page-after-registration","tag-redirect-after-registration-page-in-wordpress","tag-redirect-user-to-a-custom-page-after-registration","tag-wordpress","tag-wordpress-registered-user-redirect-after-registration-page"],"_links":{"self":[{"href":"https:\/\/www.santoshkori.com\/blog\/wp-json\/wp\/v2\/posts\/1266","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.santoshkori.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.santoshkori.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.santoshkori.com\/blog\/wp-json\/wp\/v2\/users\/4"}],"replies":[{"embeddable":true,"href":"https:\/\/www.santoshkori.com\/blog\/wp-json\/wp\/v2\/comments?post=1266"}],"version-history":[{"count":2,"href":"https:\/\/www.santoshkori.com\/blog\/wp-json\/wp\/v2\/posts\/1266\/revisions"}],"predecessor-version":[{"id":1268,"href":"https:\/\/www.santoshkori.com\/blog\/wp-json\/wp\/v2\/posts\/1266\/revisions\/1268"}],"wp:attachment":[{"href":"https:\/\/www.santoshkori.com\/blog\/wp-json\/wp\/v2\/media?parent=1266"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.santoshkori.com\/blog\/wp-json\/wp\/v2\/categories?post=1266"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.santoshkori.com\/blog\/wp-json\/wp\/v2\/tags?post=1266"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}