Not tracking auto login
-
I have the following code to autologin users after they have created a profile:
add_filter( 'registration_redirect', 'ckc_registration_redirect' ); function ckc_registration_redirect( $registration_redirect ) { return home_url('/sample-page/'); }
Well, in that case the plug-in doesn’t return any “Last Login” Date…
Any way to modify the above code or fix the plugin?
M
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Not tracking auto login’ is closed to new replies.