apply_filters( 'llms_after_user_login_data_validation', WP_Error|boolean $valid, array $data )

Filters the validation result of user-submitted login data


Parameters Parameters

$valid

(WP_Error|boolean) An error object containing validation errors or true if no validation errors found.

$data

(array) User submitted login data.


Top ↑

Source Source

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

View on GitHub



Top ↑

Changelog Changelog

Changelog
Version Description
4.21.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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