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

Filters the tabs shown on the Add Themes screen.


Description Description

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


Parameters Parameters

$tabs

(string[]) Associative array of the tabs shown on the Add Themes screen. Default is 'upload'.


Top ↑

Source Source

File: wp-admin/theme-install.php

View on Trac


Top ↑

Changelog Changelog

Changelog
Version Description
2.8.0 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.