WPDev.one
Filter Hook

install_themes_tabs

apply_filters( 'install_themes_tabs', array('upload' => __('Upload Theme')) )

Filters the tabs shown on the Add Themes screen. This filter is for backward compatibility only, for the suppression of the upload tab.

Parameters 0 required

Name / Type Description
array('upload' => __('Upload Theme'))
mixed

No description available.

Return Value

(mixed)
No return value description available.

Hook Information

Source File
wp-admin/theme-install.php
Advertisement