Codex

Interested in functions, hooks, classes, or methods? Check out the new WordPress Code Reference!

Function Reference/ get list table

This page redirects to an external site: https://developer.wordpress.org/reference/functions/_get_list_table/

Description

Fetch an instance of a WP_List_Table class.

This is a private, internal WordPress function. It should not be called directly or used by developers. It is listed in the Codex for completeness.

Usage

<code style="color: #000000"><span style="color: #0000BB"><?php _get_list_table</span><span style="color: #007700">( </span><span style="color: #0000BB">$class </span><span style="color: #007700">) </span><span style="color: #0000BB">?></span></code>

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

Change Log

Source File

_get_list_table() is located in wp-admin/includes/list-table.php.

Related

See also index of Function Reference and index of Template Tags.