do_action( 'lifterlms_before_user_login', array $data )

Run an action prior to user login.


Parameters Parameters

$data

(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 ↑

Changelog Changelog

Changelog
Version Description
3.0.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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