WP_MS_Sites_List_Table
class WP_MS_Sites_List_Table
// Constructor: function Object() { [native code] } Core class used to implement displaying sites in a list table for the network admin.
Methods 22 methods
| Method / Return | Description |
|---|---|
| __construct() void | Constructor.
Parameters: $args: mixed |
| ajax_user_can() bool | No description available. |
| prepare_items() void | Prepares the list of sites for display. |
| no_items() void | No description available. |
| get_views() array | Gets links to filter sites by status. |
| get_bulk_actions() array | No description available. |
| pagination() void | No description available.
Parameters: $which: mixed |
| extra_tablenav() void | Displays extra controls between bulk actions and pagination.
Parameters: $which: mixed |
| get_columns() string[] | No description available. |
| get_sortable_columns() array | No description available. |
| column_cb() void | Handles the checkbox column output.
Parameters: $item: mixed |
| column_id() void | Handles the ID column output.
Parameters: $blog: mixed |
| column_blogname() void | Handles the site name column output.
Parameters: $blog: mixed |
| column_lastupdated() void | Handles the lastupdated column output.
Parameters: $blog: mixed |
| column_registered() void | Handles the registered column output.
Parameters: $blog: mixed |
| column_users() void | Handles the users column output.
Parameters: $blog: mixed |
| column_plugins() void | Handles the plugins column output.
Parameters: $blog: mixed |
| column_default() void | Handles output for the default column.
Parameters: $item: mixed, $column_name: mixed |
| display_rows() void | Generates the list table rows. |
| site_states() void | Determines whether to output comma-separated site states.
Parameters: $site: mixed |
| get_default_primary_column_name() string | Gets the name of the default primary column. |
| handle_row_actions() string | Generates and displays row action links.
Parameters: $item: mixed, $column_name: mixed, $primary: mixed |
Properties
| Property / Type | Description |
|---|---|
| $status_list mixed public | No description available. |