apply_filters( ‘manage_users-network_custom_column’, string $output, string $column_name, int $user_id )

In this article

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

VersionDescription
6.8.0Introduced.

User Contributed Notes

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