WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about install_plugins_nonmenu_tabs

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-admin/includes/class-wp-plugin-install-list-table.php apply_filters 142 /**
* Filters tabs not associated with a menu item on the Add Plugins screen.
*
* @since 2.7.0
*
* @param string[] $nonmenu_tabs The tabs that don't have a menu item on the Add Plugins screen.
*/

Hook Parameters

Parameter Type Name Description
string[] $nonmenu_tabs The tabs that don't have a menu item on the Add Plugins screen.