apply_filters( 'manage_taxonomies_for_user_columns', string[] $taxonomies , string $object_type )
Filters the taxonomy columns in the Users list table.
Parameters
- $taxonomies
-
An array of registered taxonomy names to show for users.
- $object_type
-
The object type. Default 'user'.
Source
Changelog
Version | Description |
---|---|
CP-2.1.0 | Introduced. CP-2.1.0 |