Description
Filters the list table class to instantiate.
Occurrences
Filename | Line Number |
---|---|
wp-admin/includes/list-table.php | 68 |
Parameters
Type | Name | Description |
---|---|---|
string | $class_name | The list table class to use. |
array | $args | An array containing _get_list_table() arguments. |
PHP Doc
/**
* Filters the list table class to instantiate.
*
* @since 6.1.0
*
* @param string $class_name The list table class to use.
* @param array $args An array containing _get_list_table() arguments.
*/