[ Index ]

PHP Cross Reference of WordPress Trunk (Updated Daily)

Search

title

Body

[close]

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

List Table API: WP_Themes_List_Table class

File Size: 360 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.

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.


get_columns()   X-Ref

return: string[] Array of column titles keyed by their column name.

display_rows_or_placeholder()   X-Ref
No description

display_rows()   X-Ref
No description

search_theme( $theme )   X-Ref

param: WP_Theme $theme
return: bool

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

param: array $extra_args



Generated : Tue Mar 19 08:20:01 2024 Cross-referenced by PHPXref