W3cubDocs

/WordPress

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

Filters tabs not associated with a menu item on the Install Themes screen.

Parameters

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

Source

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

Changelog

Version Description
2.8.0 Introduced.

© 2003–2024 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/install_themes_nonmenu_tabs