apply_filters( 'install_themes_tabs', array $tabs )

Filters the tabs shown on the Add Themes screen.


Description

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


Parameters

$tabs

(array) The tabs shown on the Add Themes screen. Default is 'upload'.


Source

File: wp-admin/theme-install.php

View on GitHub



Changelog

Changelog
Version Description
WP-2.8.0 Introduced.