[ Index ]

PHP Cross Reference of WordPress

title

Body

[close]

/wp-admin/includes/ -> list-table.php (summary)

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

Defines 3 functions

  _get_list_table()
  register_column_headers()
  print_column_headers()

Functions
Functions that are not part of a class:

_get_list_table( $class_name, $args = array()   X-Ref
Fetches an instance of a WP_List_Table class.

since: 3.1.0
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'.

register_column_headers( $screen, $columns )   X-Ref
Register column headers for a particular screen.

since: 2.7.0
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.

since: 2.7.0
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: Fri Mar 29 01:00:02 2024 Cross-referenced by PHPXref 0.7.1