[ Index ] |
PHP Cross Reference of WordPress Trunk (Updated Daily) |
[Source view] [Print] [Project Stats]
List Table API: WP_MS_Themes_List_Table class
File Size: | 1043 lines (28 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
WP_MS_Themes_List_Table:: (20 methods):
__construct()
get_table_classes()
ajax_user_can()
prepare_items()
_search_callback()
_order_callback()
no_items()
get_columns()
get_sortable_columns()
get_primary_column_name()
get_views()
get_bulk_actions()
display_rows()
column_cb()
column_name()
column_description()
column_autoupdates()
column_default()
single_row_columns()
single_row()
Class: WP_MS_Themes_List_Table - X-Ref
Core class used to implement displaying themes in a list table for the network admin.__construct( $args = array() X-Ref |
Constructor. param: array $args An associative array of arguments. |
get_table_classes() X-Ref |
return: array |
ajax_user_can() X-Ref |
return: bool |
prepare_items() X-Ref |
_search_callback( $theme ) X-Ref |
param: WP_Theme $theme return: bool |
_order_callback( $theme_a, $theme_b ) X-Ref |
param: array $theme_a param: array $theme_b return: int |
no_items() X-Ref |
No description |
get_columns() X-Ref |
return: string[] Array of column titles keyed by their column name. |
get_sortable_columns() X-Ref |
return: array |
get_primary_column_name() X-Ref |
Gets the name of the primary column. return: string Unalterable name of the primary column name, in this case, 'name'. |
get_views() X-Ref |
return: array |
get_bulk_actions() X-Ref |
return: array |
display_rows() X-Ref |
Generates the list table rows. |
column_cb( $item ) X-Ref |
Handles the checkbox column output. param: WP_Theme $item The current WP_Theme object. |
column_name( $theme ) X-Ref |
Handles the name column output. param: WP_Theme $theme The current WP_Theme object. |
column_description( $theme ) X-Ref |
Handles the description column output. param: WP_Theme $theme The current WP_Theme object. |
column_autoupdates( $theme ) X-Ref |
Handles the auto-updates column output. param: WP_Theme $theme The current WP_Theme object. |
column_default( $item, $column_name ) X-Ref |
Handles default column output. param: WP_Theme $item The current WP_Theme object. param: string $column_name The current column name. |
single_row_columns( $item ) X-Ref |
Handles the output for a single table row. param: WP_Theme $item The current WP_Theme object. |
single_row( $theme ) X-Ref |
param: WP_Theme $theme |
Generated : Thu Nov 21 08:20:01 2024 | Cross-referenced by PHPXref |