apply_filters( 'wpmu_users_columns', string[] $users_columns )

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


Description Description


Parameters Parameters

$users_columns

(string[]) An array of user columns. Default 'cb', 'username', 'name', 'email', 'registered', 'blogs'.


Top ↑

Source Source

File: wp-admin/includes/class-wp-ms-users-list-table.php

View on Trac


Top ↑

Changelog Changelog

Changelog
Version Description
MU (3.0.0) Introduced.


Top ↑

User Contributed Notes User Contributed Notes

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