apply_filters( ‘wp_list_table_class_name’, string $class_name, array $args )

In this article

Filters the list table class to instantiate.

Parameters

$class_namestring
The list table class to use.
$argsarray
An array containing _get_list_table() arguments.
More Arguments from _get_list_table( … $args )Arguments to pass to the class. Accepts 'screen'.

Source

$custom_class_name = apply_filters( 'wp_list_table_class_name', $class_name, $args );

Changelog

VersionDescription
6.1.0Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.