apply_filters( ‘install_plugins_nonmenu_tabs’, string[] $nonmenu_tabs )

In this article

Filters tabs not associated with a menu item on the Add Plugins screen.

Parameters

$nonmenu_tabsstring[]
The tabs that don’t have a menu item on the Add Plugins screen.

Source

$nonmenu_tabs = apply_filters( 'install_plugins_nonmenu_tabs', $nonmenu_tabs );

Changelog

VersionDescription
2.7.0Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.