do_action( "lifterlms_user_{$action}_after_validation", array $posted_data , string $location , array[] $fields )
Run an action immediately after user registration/update fields have been validated
Description Description
The dynamic portion of this hook, $action
, can be either "registration" or "update".
Parameters Parameters
- $posted_data
-
Array of user-submitted data.
- $location
-
Form location.
- $fields
-
Array of LifterLMS Form Fields
Source Source
File: includes/forms/class-llms-form-handler.php
Changelog Changelog
Version | Description |
---|---|
5.0.0 | Moved from LLMS_Person_Handler::update() & LLMS_Person_Handler::register(). Added parameters $fields and $args . |
3.0.0 | Introduced. |