apply_filters( 'llms_admin_profile_excluded_fields', string[] $fields )
Filters the list of user information fields which are excluded from the admin profile.
Description Description
By default WP core fields are excluded as they are automatically rendered on the screen by the WP core.
Parameters Parameters
- $fields
-
(string[]) A list of field ids to be excluded.
Source Source
Changelog Changelog
Version | Description |
---|---|
5.0.0 | Introduced. |