Filter hook 'install_plugins_nonmenu_tabs'

in WP Core File wp-admin/includes/class-wp-plugin-install-list-table.php at line 144

Description

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

Occurrences

Filename Line Number
wp-admin/includes/class-wp-plugin-install-list-table.php 144

Parameters

Type Name Description
string[] $nonmenu_tabs The tabs that don't have a menu item on the Add Plugins screen.

PHP Doc

/**
		 * Filters tabs not associated with a menu item on the Add Plugins screen.
		 *
		 * @since 2.7.0
		 *
		 * @param string[] $nonmenu_tabs The tabs that don't have a menu item on the Add Plugins screen.
		 */