Filters the display output of custom columns in the Network Users list table.
Parameters
$output
string- Custom column output. Default empty.
$column_name
string- Name of the custom column.
$user_id
int- 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.