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

Filters the validation result of user-submitted login data


Description Description


Parameters Parameters

$valid

An error object containing validation errors or true if no validation errors found.

$data

User submitted login data.


Top ↑

Source Source

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


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.