Description
Filters the display output of custom columns in the Users list table.
Occurrences
Filename | Line Number |
---|---|
wp-admin/includes/class-wp-users-list-table.php | 625 |
wp-admin/includes/class-wp-ms-users-list-table.php | 470 |
Parameters
Type | Name | Description |
---|---|---|
string | $output | Custom column output. Default empty. |
string | $column_name | Column name. |
int | $user_id | ID of the currently-listed user. |
PHP Doc
/**
* Filters the display output of custom columns in the Users list table.
*
* @since 2.8.0
*
* @param string $output Custom column output. Default empty.
* @param string $column_name Column name.
* @param int $user_id ID of the currently-listed user.
*/