[ Index ]

PHP Cross Reference of WordPress Trunk (Updated Daily)

Search

title

Body

[close]

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

Helper functions for displaying a list of items in an ajaxified HTML table.

File Size: 67 lines (1 kb)
Included or required: 1 time
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

_WP_List_Table_Compat:: (3 methods):
  __construct()
  get_column_info()
  get_columns()


Class: _WP_List_Table_Compat  - X-Ref

Helper class to be used only by back compat functions.

__construct( $screen, $columns = array()   X-Ref
Constructor.

param: string|WP_Screen $screen  The screen hook name or screen object.
param: string[]         $columns An array of columns with column IDs as the keys

get_column_info()   X-Ref
Gets a list of all, hidden, and sortable columns.

return: array

get_columns()   X-Ref
Gets a list of columns.

return: array



Generated : Sat Apr 27 08:20:02 2024 Cross-referenced by PHPXref