install_themes_tabs

Advertisement

Summery Summery

Filters the tabs shown on the Add Themes screen.

Syntax Syntax

apply_filters( 'install_themes_tabs', string[] $tabs )

Description Description

This filter is for backward compatibility only, for the suppression of the upload tab.

Parameters Parameters

$tabs

Associative array of the tabs shown on the Add Themes screen. Default is 'upload'.

Source Source

File: wp-admin/theme-install.php

Advertisement

Changelog Changelog

Changelog
Version Description
2.8.0 Introduced.

Advertisement

Leave a Reply