Filters the display output of custom columns in the Network Users list table.
Parameters
$outputstring- Custom column output. Default empty.
$column_namestring- Name of the custom column.
$user_idint- ID of the currently-listed user.
Source
echo apply_filters( 'manage_users-network_custom_column', $column_output, $column_name, $user->ID );
Changelog
| Version | Description |
|---|---|
| 6.8.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.