Core Class
View Source on Trac ↗
Core Class
WP_Themes_List_Table
class WP_Themes_List_Table
// Constructor: function Object() { [native code] } Core class used to implement displaying installed themes in a list table.
Methods 11 methods
| Method / Return | Description |
|---|---|
| __construct() void | Constructor.
Parameters: $args: mixed |
| ajax_user_can() bool | No description available. |
| prepare_items() void | No description available. |
| no_items() void | No description available. |
| tablenav() void | No description available.
Parameters: $which: mixed |
| display() void | Displays the themes table. |
| get_columns() string[] | No description available. |
| display_rows_or_placeholder() void | No description available. |
| display_rows() void | Generates the list table rows. |
| search_theme() bool | No description available.
Parameters: $theme: mixed |
| _js_vars() void | Send required variables to JavaScript land
Parameters: $extra_args: mixed |
Properties
| Property / Type | Description |
|---|---|
| $search_terms mixed public | No description available. |
| $features mixed public | No description available. |
Class Information
Since Version
3.1.0
Source File
wp-admin/includes/class-wp-themes-list-table.php
Advertisement