tarecord / sign-in-with-google

A WordPress plugin that adds "Sign in with Google" functionality
https://wordpress.org/plugins/sign-in-with-google
GNU General Public License v2.0
26 stars 5 forks source link

Add required params to login_redirect filter #100

Closed tarecord closed 2 years ago

tarecord commented 2 years ago

Removes the core login_redirect and replaces it with siwg_login_redirect for users to modify the redirect after authentication.

Ideally, the plugin should use the core filter (i.e. add_filter( 'login_redirect', 'some_function', 10, 1 );) but this closes #96 for now.