[ Index ]

PHP Cross Reference of WordPress

title

Body

[close]

/wp-admin/includes/ -> class-wp-themes-list-table.php (summary)

List Table API: WP_Themes_List_Table class

File Size: 361 lines (10 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

WP_Themes_List_Table:: (11 methods):
  __construct()
  ajax_user_can()
  prepare_items()
  no_items()
  tablenav()
  display()
  get_columns()
  display_rows_or_placeholder()
  display_rows()
  search_theme()
  _js_vars()


Class: WP_Themes_List_Table  - X-Ref

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

__construct( $args = array()   X-Ref
Constructor.

param: array $args An associative array of arguments.
since: 3.1.0

ajax_user_can()   X-Ref

return: bool

prepare_items()   X-Ref
No description

no_items()   X-Ref
No description

tablenav( $which = 'top' )   X-Ref

param: string $which

display()   X-Ref
Displays the themes table.

Overrides the parent display() method to provide a different container.

since: 3.1.0

get_columns()   X-Ref

return: array

display_rows_or_placeholder()   X-Ref
No description

display_rows()   X-Ref
No description

search_theme( $theme )   X-Ref

return: bool
param: WP_Theme $theme

_js_vars( $extra_args = array()   X-Ref
Send required variables to JavaScript land

param: array $extra_args
since: 3.4.0



Generated: Sat Apr 27 01:00:02 2024 Cross-referenced by PHPXref 0.7.1