install_themes_nonmenu_tabs WordPress Filter Hook
The install_themes_nonmenu_tabs hook is a custom hook that can be used to add additional tabs to the WordPress themes install page. This hook is useful for adding extra theme install options, such as a search tab or a featured tab.
apply_filters( 'install_themes_nonmenu_tabs', string[] $nonmenu_tabs ) #
Filters tabs not associated with a menu item on the Install Themes screen.
Parameters
- $nonmenu_tabs
(string[])The tabs that don't have a menu item on the Install Themes screen.
Source
File: wp-admin/includes/class-wp-theme-install-list-table.php
Changelog
Version | Description |
---|---|
2.8.0 | Introduced. |