WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about wp_list_table_class_name

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-admin/includes/list-table.php apply_filters 68 /**
* 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.
*/

Hook Parameters

Parameter Type Name Description
string $class_name The list table class to use.
array $args An array containing _get_list_table() arguments.