Filters the display output of custom columns in the Network Users list table.
$outputstring$column_namestring$user_idintwp-admin/includes/class-wp-ms-users-list-table.php:481WP_MS_Users_List_Table::column_default() * @since 6.8.0 * * @param string $output Custom column output. Default empty. * @param string $column_name Name of the custom column. * @param int $user_id ID of the currently-listed user. */ echo apply_filters( 'manage_users-network_custom_column', $column_output, $column_name, $user->ID ); } /** * Generates the list table rows. * * @since 3.1.0Introduced in 6.8.0. Unchanged from 6.8.8 through 7.1.0.
Signature, return type and hooks compared across 4 parsed releases.