install_plugins_nonmenu_tabs WordPress Filter Hook

The install_plugins_nonmenu_tabs hook is used to add new tabs to the "Install Plugins" page in the WordPress admin. This can be used to add new tabs for plugin installs from different sources, or for different types of plugins.

apply_filters( 'install_plugins_nonmenu_tabs', string[] $nonmenu_tabs ) #

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


Parameters

$nonmenu_tabs

(string[])The tabs that don't have a menu item on the Add Plugins screen.


Top ↑

Source

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

View on Trac



Top ↑

Changelog

Changelog
VersionDescription
2.7.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.