WPDev.one
Core Class

WP_MS_Themes_List_Table

class WP_MS_Themes_List_Table // Constructor: function Object() { [native code] }

Core class used to implement displaying themes in a list table for the network admin.

Methods 20 methods

Method / Return Description
__construct()
void

Constructor.

Parameters: $args: mixed
get_table_classes()
array

No description available.

ajax_user_can()
bool

No description available.

prepare_items()
void

No description available.

_search_callback()
bool

No description available.

Parameters: $theme: mixed
_order_callback()
int

No description available.

Parameters: $theme_a: mixed, $theme_b: mixed
no_items()
void

No description available.

get_columns()
string[]

No description available.

get_sortable_columns()
array

No description available.

get_primary_column_name()
string

Gets the name of the primary column.

get_views()
array

No description available.

get_bulk_actions()
array

No description available.

display_rows()
void

Generates the list table rows.

column_cb()
void

Handles the checkbox column output.

Parameters: $item: mixed
column_name()
void

Handles the name column output.

Parameters: $theme: mixed
column_description()
void

Handles the description column output.

Parameters: $theme: mixed
column_autoupdates()
void

Handles the auto-updates column output.

Parameters: $theme: mixed
column_default()
void

Handles default column output.

Parameters: $item: mixed, $column_name: mixed
single_row_columns()
void

Handles the output for a single table row.

Parameters: $item: mixed
single_row()
void

No description available.

Parameters: $theme: mixed

Properties

Property / Type Description
$site_id
mixed
public
No description available.
$is_site_themes
mixed
public
No description available.
$has_items
mixed
public
No description available.
$show_autoupdates
mixed
public
No description available.

Class Information

Since Version
3.1.0
Source File
wp-admin/includes/class-wp-ms-themes-list-table.php
Advertisement