| [ Index ] |
PHP Cross Reference of WordPress Trunk (Updated Daily) |
[Source view] [Print] [Project Stats]
List Table API: WP_Themes_List_Table class
| File Size: | 363 lines (10 kb) |
| Included or required: | 0 times |
| Referenced: | 0 times |
| Includes or requires: | 0 files |
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 |
| Generates the list table rows. |
| 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 |
| Generated : Fri Nov 14 08:20:08 2025 | Cross-referenced by PHPXref |