apply_filters( "lifterlms_user_{$action}_insert_user_meta", array $user_meta , array $posted_data , string $action )
Filter meta data to be added for the user.
Description Description
The dynamic portion of this hook, $action
, can be either "registration" or "update".
Parameters Parameters
- $user_meta
-
(array) Array of user meta data.
- $posted_data
-
(array) Array of user-submitted data.
- $action
-
(string) Submission action, either "registration" or "update".
Source Source
Changelog Changelog
Version | Description |
---|---|
5.0.0 | Moved from LLMS_Person_Handler::insert_data() . |
3.0.0 | Introduced. |