apply_filters( 'llms_user_information_fields', array[] $fields )
Filters the user information fields schema
Description Description
Custom fields can be added, removed, and modified using this filter. Please note that LifterLMS relies on these fields so removal or modification of attributes (like name
, id
, and data_store*
) may cause LifterLMS to break in unexpected ways.
Parameters Parameters
- $fields
-
(array[]) List of field definitions.
Source Source
File: includes/functions/llms-functions-user-information-fields.php
Changelog Changelog
Version | Description |
---|---|
5.0.0 | Introduced. |