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.


Top ↑

Parameters Parameters

$fields

(string[]) A list of field ids to be excluded.


Top ↑

Source Source

File: includes/admin/class-llms-admin-profile.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.