Function Reference/ get list table
Description
Fetch an instance of a WP_List_Table class.
Usage
<?php _get_list_table( $class ) ?>
Parameters
- $class
- (string) (required) The type of the list table, which is the class name.
- Default: None
Return Values
- (object|boolean)
- Object on success, false if the class does not exist.
Examples
Notes
- This is a private function. It should not be called directly. It is listed in the Codex for completeness.
Change Log
Source File
_get_list_table() is located in /wp-admin/includes/list-table.php.
Related