[ Index ] |
PHP Cross Reference of WordPress Trunk (Updated Daily) |
[Source view] [Print] [Project Stats]
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 |
_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 Nov 23 08:20:01 2024 | Cross-referenced by PHPXref |