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
return apply_filters( 'wpmu_users_columns', $users_columns );
Changelog
Version | Description |
---|---|
MU (3.0.0) | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.