apply_filters( 'install_plugins_tabs', string[] $tabs )

Filters the tabs shown on the Add Plugins screen.


Parameters

$tabs

The tabs shown on the Add Plugins 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
2.7.0 Introduced.