WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about views_

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-admin/includes/class-wp-plugin-install-list-table.php apply_filters 331 /**
* Overrides parent views so we can use the filter bar display.
*/
wp-admin/includes/class-wp-list-table.php apply_filters 482 /**
* Filters the list of available list table views.
*
* The dynamic portion of the hook name, `$this->screen->id`, refers
* to the ID of the current screen.
*
* @since 3.1.0
*
* @param string[] $views An array of available list table views.
*/
wp-admin/includes/class-wp-media-list-table.php apply_filters 294 /**
* Override parent views so we can use the filter bar display.
*
* @global string $mode List table view mode.
*/

Hook Parameters

Parameter Type Name Description
string[] $views An array of available list table views.