Warning: This hook has been deprecated.
do_action( 'lifterlms_created_person', int $user_id , array $posted_data , string $location )
Deprecated user creation hook
Description Description
Parameters Parameters
- $user_id
-
WP_User ID of the newly created user.
- $posted_data
-
Array of user-submitted data.
- $location
-
Form location.
Source Source
File: includes/forms/class-llms-form-handler.php
Changelog Changelog
Version | Description |
---|---|
5.0.0 | Introduced. |