apply_filters( 'lifterlms_login_credentials', array $creds )
Filter a user’s login credentials immediately prior to signing in.
Parameters Parameters
- $creds
-
(array) User login credentials.
- 'user_login'
(string) User's username. - 'password'
(string) User's password. - 'remeber'
(bool) Whether to extend the cookie duration to keep the user logged in for a longer period.
- 'user_login'