Filter hook 'install_plugins_tabs'

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

Description

Filters the tabs shown on the Add Plugins screen.

Occurrences

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

Parameters

Type Name Description
string[] $tabs The tabs shown on the Add Plugins screen. Defaults include 'featured', 'popular', 'recommended', 'favorites', and 'upload'.

PHP Doc

/**
		 * Filters the tabs shown on the Add Plugins screen.
		 *
		 * @since 2.7.0
		 *
		 * @param string[] $tabs The tabs shown on the Add Plugins screen. Defaults include
		 *                       'featured', 'popular', 'recommended', 'favorites', and 'upload'.
		 */