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.


Top ↑

Source

File: wp-admin/includes/class-wp-theme-install-list-table.php

View on Trac



Top ↑

Changelog

Changelog
VersionDescription
2.8.0Introduced.

The content displayed on this page has been created in part by processing WordPress source code files which are made available under the GPLv2 (or a later version) license by theĀ Free Software Foundation. In addition to this, the content includes user-written examples and information. All material is subject to review and curation by the WPPaste.com community.