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.


Top ↑

Source Source

File: includes/class.llms.person.handler.php

View on GitHub



Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.