Filters whether to display additional capabilities for the user.
Description
The ‘Additional Capabilities’ section will only be enabled if the number of the user’s capabilities exceeds their number of roles.
Parameters
Source
$display_additional_caps = apply_filters( 'additional_capabilities_display', true, $profile_user );
Changelog
Version | Description |
---|---|
2.8.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.