[ Index ] |
PHP Cross Reference of WordPress Trunk (Updated Daily) |
[Source view] [Print] [Project Stats]
List Table API: WP_MS_Sites_List_Table class
File Size: | 863 lines (22 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
WP_MS_Sites_List_Table:: (22 methods):
__construct()
ajax_user_can()
prepare_items()
no_items()
get_views()
get_bulk_actions()
pagination()
extra_tablenav()
get_columns()
get_sortable_columns()
column_cb()
column_id()
column_blogname()
column_lastupdated()
column_registered()
column_users()
column_plugins()
column_default()
display_rows()
site_states()
get_default_primary_column_name()
handle_row_actions()
Class: WP_MS_Sites_List_Table - X-Ref
Core class used to implement displaying sites in a list table for the network admin.__construct( $args = array() X-Ref |
Constructor. param: array $args An associative array of arguments. |
ajax_user_can() X-Ref |
return: bool |
prepare_items() X-Ref |
Prepares the list of sites for display. |
no_items() X-Ref |
No description |
get_views() X-Ref |
Gets links to filter sites by status. return: array |
get_bulk_actions() X-Ref |
return: array |
pagination( $which ) X-Ref |
param: string $which The location of the pagination nav markup: Either 'top' or 'bottom'. |
extra_tablenav( $which ) X-Ref |
Displays extra controls between bulk actions and pagination. param: string $which The location of the extra table nav markup: Either 'top' or 'bottom'. |
get_columns() X-Ref |
return: string[] Array of column titles keyed by their column name. |
get_sortable_columns() X-Ref |
return: array |
column_cb( $item ) X-Ref |
Handles the checkbox column output. param: array $item Current site. |
column_id( $blog ) X-Ref |
Handles the ID column output. param: array $blog Current site. |
column_blogname( $blog ) X-Ref |
Handles the site name column output. param: array $blog Current site. |
column_lastupdated( $blog ) X-Ref |
Handles the lastupdated column output. param: array $blog Current site. |
column_registered( $blog ) X-Ref |
Handles the registered column output. param: array $blog Current site. |
column_users( $blog ) X-Ref |
Handles the users column output. param: array $blog Current site. |
column_plugins( $blog ) X-Ref |
Handles the plugins column output. param: array $blog Current site. |
column_default( $item, $column_name ) X-Ref |
Handles output for the default column. param: array $item Current site. param: string $column_name Current column name. |
display_rows() X-Ref |
Generates the list table rows. |
site_states( $site ) X-Ref |
Determines whether to output comma-separated site states. param: array $site |
get_default_primary_column_name() X-Ref |
Gets the name of the default primary column. return: string Name of the default primary column, in this case, 'blogname'. |
handle_row_actions( $item, $column_name, $primary ) X-Ref |
Generates and displays row action links. param: array $item Site being acted upon. param: string $column_name Current column name. param: string $primary Primary column name. return: string Row actions output for sites in Multisite, or an empty string |
Generated : Thu Nov 21 08:20:01 2024 | Cross-referenced by PHPXref |