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.


Top ↑

Parameters Parameters

$fields

(array[]) List of field definitions.


Top ↑

Source Source

File: includes/functions/llms-functions-user-information-fields.php

View on GitHub



Top ↑

Changelog Changelog

Changelog
Version Description
5.0.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.