install_plugins_nonmenu_tabs WordPress Filter Hook
The install_plugins_nonmenu_tabs hook is used to add new tabs to the "Install Plugins" page in the WordPress admin. This can be used to add new tabs for plugin installs from different sources, or for different types of plugins.
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
(string[])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. |