apply_filters( 'lifterlms_user_login_errors', WP_Error $valid, array $data, WP_Error|false $signon )

Filters the errors found during a LifterLMS user login attempt


Description Description


Parameters Parameters

$valid

Error object containing information about the login error.

$data

User submitted login form data.

$signon

The original WP Error object returned by wp_signon() or false if the error is encountered prior to the signon attempt.


Top ↑

Source Source

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


Top ↑

User Contributed Notes User Contributed Notes

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