fumikito / gianism

WordPress Plugin to enable user to login with Social Account(Twitter, Facebook, Google etc.)
https://gianism.info/
25 stars 25 forks source link

Redirect back to the current post #51

Closed rahulrameshnair closed 9 years ago

rahulrameshnair commented 9 years ago

When a person who is reading a post tries to login from comment-form, they get taken to their profile page. How can they be redirected back to the page from which they logged in?

Can you please tell how I can modify the below piece of code to suit my purpose?

function _my_redirect_to($url){ return home_url(); } // Add filter. add_filter('gianism_redirect_to', '_my_redirect_to');

fumikito commented 9 years ago

@sinofanger

Update plugin and read customize section of dashboard.