apply_filters( 'install_plugins_tabs', array $tabs )

Filters the tabs shown on the Plugin Install screen.


Parameters

$tabs

(array) 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

View on GitHub



Changelog

Changelog
Version Description
WP-2.7.0 Introduced.