apply_filters( 'install_plugins_nonmenu_tabs', string[] $nonmenu_tabs )
Filters tabs not associated with a menu item on the Add Plugins screen.
Parameters
- $nonmenu_tabs
-
The tabs that don't have a menu item on the Add Plugins screen.
Source
File: wp-admin/includes/class-wp-plugin-install-list-table.php
Changelog
Version | Description |
---|---|
2.7.0 | Introduced. |