apply_filters( 'install_themes_tabs', string[] $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
-
Associative array of the tabs shown on the Add Themes screen. Default is 'upload'.
Source
Changelog
Version | Description |
---|---|
2.8.0 | Introduced. |