| [ 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: | 104 lines (3 kb) |
| Included or required: | 1 time |
| Referenced: | 0 times |
| Includes or requires: | 0 files |
_WP_List_Table_Compat:: (3 methods):
_WP_List_Table_Compat()
get_column_info()
get_columns()
Class: _WP_List_Table_Compat - X-Ref
Helper class to be used only by back compat functions| _WP_List_Table_Compat( $screen, $columns = array() X-Ref |
| No description |
| get_column_info() X-Ref |
| No description |
| get_columns() X-Ref |
| No description |
| _get_list_table( $class ) X-Ref |
| Fetch an instance of a WP_List_Table class. param: string $class The type of the list table, which is the class name. return: object|bool Object on success, false if the class does not exist. |
| register_column_headers($screen, $columns) X-Ref |
| Register column headers for a particular screen. param: string $screen The handle for the screen to add help to. This is usually the hook name returned by the add_*_page() functions. param: array $columns An array of columns with column IDs as the keys and translated column names as the values |
| print_column_headers($screen, $id = true) X-Ref |
| Prints column headers for a particular screen. |
| Generated: Fri May 25 03:56:23 2012 | Hosted by follow the white rabbit. |