apply_filters( '‘views_edit-‘ . \Tribe__Events__Main::POSTTYPE', string[] $views )
Filters the list of available list table views.
Contents
The dynamic portion of the hook name, $this->screen->id, refers to the ID of the current screen.
Note: this is a duplicate of the filter provided in views_{$screen->id} filter from wp-admin/class-wp-list-table.php.
Parameters
- $views
-
(string[]) An array of available list table views.
Source
Changelog
| Version | Description |
|---|---|
| WP 3.1.0 | Introduced. |