Filters the display output of custom columns in the Users list table.
Parameters
$outputstring- Custom column output. Default empty.
$column_namestring- Column name.
$user_idint- ID of the currently-listed user.
Source
$row .= apply_filters( 'manage_users_custom_column', '', $column_name, $user_object->ID );
Changelog
| Version | Description |
|---|---|
| 2.8.0 | Introduced. |
To remove the column from Users List Table.