manage_users-network_custom_column
Like this:
Like Loading...
Hook Type: filter
See hook in action
Displaying hooks found in version: wordpress-6.8.1
apply_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
Like this:
Like Loading...
See this hook used in plugins: