[ 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: | 95 lines (3 kb) |
Included or required: | 0 times |
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. return: WP_List_Table|false List table object on success, false if the class does not exist. 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'. since: 3.1.0 |
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 since: 2.7.0 |
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. since: 2.7.0 |
Generated: Thu Nov 21 01:00:03 2024 | Cross-referenced by PHPXref 0.7.1 |