install_themes_tabs, $tabs

install_themes_tabs, $tabs

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: 7.0.3

apply_filters('install_themes_tabs, $tabs') is found 1 times:

  • /wp-admin/includes/class-wp-theme-install-list-table.php line 72
     
    		$nonmenu_tabs = array( 'theme-information' ); // Valid actions to perform which do not have a Menu item.
    
    		/** This filter is documented in wp-admin/theme-install.php */
    		$tabs = apply_filters( 'install_themes_tabs', $tabs );
    
    		/**
    		 * Filters tabs not associated with a menu item on the Install Themes screen.
    		 *
    		 * @since 2.8.0
    		 *