{"id":54476,"date":"2017-08-28T19:46:50","date_gmt":"2017-08-28T22:46:50","guid":{"rendered":"https:\/\/wiki.samuelchopard.ch\/?p=54476"},"modified":"2019-03-18T14:29:19","modified_gmt":"2019-03-18T13:29:19","slug":"redirect-user-after-login","status":"publish","type":"post","link":"https:\/\/samuelchopard.ch\/wiki\/library\/redirect-user-after-login\/","title":{"rendered":"Redirect user after login"},"content":{"rendered":"<p><!--more--><\/p>\n<p>Paste the following code in your theme&#8217;s <em>functions.php<\/em>:<\/p>\n<pre class=\"EnlighterJSRAW\">function admin_default_page() {\n  return 'URL OF REDIRECTION';\n}\n\nadd_filter('login_redirect', 'admin_default_page');<\/pre>\n<p>&nbsp;<\/p>\n<p>Source:\u00a0<a target=\"_blank\" href=\"https:\/\/stackoverflow.com\/questions\/8127453\/redirect-after-login-on-wordpress\" target=\"_blank\" rel=\"noopener noreferrer\">https:\/\/stackoverflow.com\/questions\/8127453\/redirect-after-login-on-wordpress<\/a><\/p>\n","protected":false},"excerpt":{"rendered":"Paste the following code in your theme's functions.php: function admin_default_page() { return 'URL OF REDIRECTION'; } add_filter('login_redirect', 'admin_default_page'); &nbsp; Source:\u00a0https:\/\/stackoverflow.com\/questions\/8127453\/redirect-after-login-on-wordpress","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[3],"tags":[167,168,241],"class_list":["post-54476","post","type-post","status-publish","format-standard","hentry","category-php-tricks","tag-login","tag-login-redirect","tag-redirection"],"_links":{"self":[{"href":"https:\/\/samuelchopard.ch\/wiki\/wp-json\/wp\/v2\/posts\/54476","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/samuelchopard.ch\/wiki\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/samuelchopard.ch\/wiki\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/samuelchopard.ch\/wiki\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/samuelchopard.ch\/wiki\/wp-json\/wp\/v2\/comments?post=54476"}],"version-history":[{"count":1,"href":"https:\/\/samuelchopard.ch\/wiki\/wp-json\/wp\/v2\/posts\/54476\/revisions"}],"predecessor-version":[{"id":54859,"href":"https:\/\/samuelchopard.ch\/wiki\/wp-json\/wp\/v2\/posts\/54476\/revisions\/54859"}],"wp:attachment":[{"href":"https:\/\/samuelchopard.ch\/wiki\/wp-json\/wp\/v2\/media?parent=54476"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/samuelchopard.ch\/wiki\/wp-json\/wp\/v2\/categories?post=54476"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/samuelchopard.ch\/wiki\/wp-json\/wp\/v2\/tags?post=54476"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}