wp-admin/includes/class-wp-ms-users-list-table.php:465Handles the default column output.
$itemWP_User$column_namestringOne hook fires while WP_MS_Users_List_Table::column_default() runs, in this order:
Filters the display output of custom columns in the Users list table.
public function column_default( $item, $column_name ) { // Restores the more descriptive, specific name for use within this method. $user = $item; /** This filter is documented in wp-admin/includes/class-wp-users-list-table.php */ echo apply_filters( 'manage_users_custom_column', '', $column_name, $user->ID ); }Introduced in 4.3.0. Unchanged from 6.7.7 through 7.1.0.
Signature, return type and hooks compared across 5 parsed releases.
src/wp-admin/includes/class-wp-ms-users-list-table.php, and regenerated for each WordPress release so it tracks the code rather than a snapshot of it.