apply_filters( 'install_plugins_tabs', array $tabs )
Filters the tabs shown on the Plugin Install screen.
Parameters
- $tabs
-
The tabs shown on the Plugin Install screen. Defaults include 'popular' and 'categories'.
Source
File: wp-admin/includes/class-wp-plugin-install-list-table.php
Changelog
Version | Description |
---|---|
WP-2.7.0 | Introduced. |