ログイン後/登録後のリダイレクト先を元いたページにしたい。
-
Gianismというプラグインで、facebookやtwitterなどSNSでログインをした時に、一定のページに戻ってしまいます。
下のコードをfunctions.phpに書くことで、ホームにリダイレクトされるのは分かるのですが、できれば元いたページにリダイレクトできればと思います。もし分かる方がいればご教授願います。
function _my_redirect_to($url, $service, $context){ return home_url(); } add_filter('gianism_redirect_to', '_my_redirect_to', 10, 3);
The page I need help with: [log in to see the link]
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘ログイン後/登録後のリダイレクト先を元いたページにしたい。’ is closed to new replies.