[ 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: | 108 lines (4 kb) |
Included or required: | 1 time |
Referenced: | 0 times |
Includes or requires: | 0 files |
_get_list_table( $class_name, $args = array() X-Ref |
Fetches an instance of a WP_List_Table class. param: string $class_name The type of the list table, which is the class name. param: array $args Optional. Arguments to pass to the class. Accepts 'screen'. return: WP_List_Table|false List table 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 register column headers for. This is param: string[] $columns An array of columns with column IDs as the keys and translated |
print_column_headers( $screen, $with_id = true ) X-Ref |
Prints column headers for a particular screen. param: string|WP_Screen $screen The screen hook name or screen object. param: bool $with_id Whether to set the ID attribute or not. |
Generated : Thu Nov 21 08:20:01 2024 | Cross-referenced by PHPXref |