[ Index ] |
WordPress Cross Reference |
[Source view] [Print] [Project Stats]
Helper functions for displaying a list of items in an ajaxified HTML table.
File Size: | 113 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, $args = array() 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. param: array $args Optional. Arguments to pass to the class. Accepts 'screen'. 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: Tue Mar 25 01:41:18 2014 | WordPress honlapkészítés: online1.hu |