manage_users-network_custom_column
manage_users-network_custom_column
Hook Type: filter
See hook in action
Displaying hooks found in version: wordpress-6.8.3apply_filters('manage_users-network_custom_column') is found 1 times:
- /wp-admin/includes/class-wp-ms-users-list-table.php line 481
* @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.0