install_themes_tabs, array( upload => __( Upload Theme

install_themes_tabs, array( upload => __( Upload Theme

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: 7.0.3

apply_filters('install_themes_tabs, array( upload => __( Upload Theme') is found 1 times:

  • /wp-admin/theme-install.php line 177
    	 * @since 2.8.0
    	 *
    	 * @param string[] $tabs Associative array of the tabs shown on the Add Themes screen. Default is 'upload'.
    	 */
    	$tabs = apply_filters( 'install_themes_tabs', array( 'upload' => __( 'Upload Theme' ) ) );
    	if ( ! empty( $tabs['upload'] ) && current_user_can( 'upload_themes' ) ) {
    		echo ' <button type="button" class="upload-view-toggle page-title-action hide-if-no-js" aria-expanded="false">' . __( 'Upload Theme' ) . '</button>';
    	}
    	?>
    
    	<hr class="wp-header-end">