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