WP_MS_Users_List_Table::column_id() WordPress Method
This method is used to generate the id column for the users list table.
WP_MS_Users_List_Table::column_id( WP_User $user ) #
Handles the ID column output.
Contents
Parameters
Source
File: wp-admin/includes/class-wp-ms-users-list-table.php
public function column_id( $user ) { echo $user->ID; }
Expand full source codeCollapse full source codeView on TracView on GitHub
Changelog
Version | Description |
---|---|
4.4.0 | Introduced. |