_get_list_table
_get_list_table ( $class_name, $args = array() )
Parameters:- (string) class_name The type of the list table, which is the class name.
- (array) args Optional. Arguments to pass to the class. Accepts 'screen'.
Returns:- (WP_List_Table|false) List table object on success, false if the class does not exist.
Defined at: - Introduced in WordPress: 3.1.0
- Deprecated in WordPress: —
Description
Fetches an instance of a WP_List_Table class.