On this page
apply_filters( 'install_plugins_nonmenu_tabs', string[] $nonmenu_tabs )
Filters tabs not associated with a menu item on the Add Plugins screen.
Parameters
$nonmenu_tabsstring[]-
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. View all references
$nonmenu_tabs = apply_filters( 'install_plugins_nonmenu_tabs', $nonmenu_tabs );
Related
Used By
| Used By | Description |
|---|---|
| WP_Plugin_Install_List_Table::prepare_items() wp-admin/includes/class-wp-plugin-install-list-table.php |
Changelog
| Version | Description |
|---|---|
| 2.7.0 | Introduced. |
© 2003–2022 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/install_plugins_nonmenu_tabs