[ Index ] |
PHP Cross Reference of WordPress |
[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: | 0 times |
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 since: 3.1.0 |
get_column_info() X-Ref |
Gets a list of all, hidden, and sortable columns. return: array since: 3.1.0 |
get_columns() X-Ref |
Gets a list of columns. return: array since: 3.1.0 |
Generated: Sat Nov 23 01:00:02 2024 | Cross-referenced by PHPXref 0.7.1 |