WPDev.one
Core Class

WP_Theme_Install_List_Table

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

Core class used to implement displaying themes to install in a list table.

Methods 12 methods

Method / Return Description
ajax_user_can()
bool

No description available.

prepare_items()
void

No description available.

no_items()
void

No description available.

get_views()
array

No description available.

display()
void

Displays the theme install table.

display_rows()
void

Generates the list table rows.

single_row()
void

Prints a theme from the WordPress.org API.

Parameters: $theme: mixed
theme_installer()
void

Prints the wrapper for the theme installer.

theme_installer_single()
void

Prints the wrapper for the theme installer with a provided theme's data.

Parameters: $theme: mixed
install_theme_info()
void

Prints the info for a theme (to be used in the theme installer modal).

Parameters: $theme: mixed
_js_vars()
void

Send required variables to JavaScript land

Parameters: $extra_args: mixed
_get_theme_status()
string

Checks to see if the theme is already installed.

Parameters: $theme: mixed

Properties

Property / Type Description
$features
mixed
public
No description available.

Class Information

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