apply_filters( ‘wpmu_users_columns’, string[] $users_columns )

In this article

Filters the columns displayed in the Network Admin Users list table.

Parameters

$users_columnsstring[]
An array of user columns. Default 'cb', 'username', 'name', 'email', 'registered', 'blogs'.

Source

return apply_filters( 'wpmu_users_columns', $users_columns );

Changelog

VersionDescription
MU (3.0.0)Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.

-