wpmu_users_columns WordPress Filter Hook
The wpmu_users_columns hook allows you to add custom columns to the WordPress Multi-site User list table. This is useful for displaying additional information about each user, such as their role on the site or their last login date.
apply_filters( 'wpmu_users_columns', string[] $users_columns ) #
Filters the columns displayed in the Network Admin Users list table.
Parameters
- $users_columns
(string[])An array of user columns. Default 'cb', 'username', 'name', 'email', 'registered', 'blogs'.
Source
Changelog
Version | Description |
---|---|
MU (3.0.0) | Introduced. |