Title: wp-admin/includes/theme-install.php | Developer.WordPress.org

---

# File: wp-admin/includes/theme-install.php

 * function[display_themes()](https://developer.wordpress.org/reference/functions/display_themes/)
 * Displays theme content based on theme list.
 * Used by [0 functions](https://developer.wordpress.org/reference/functions/display_themes/#used-by)
   | Uses [3 functions](https://developer.wordpress.org/reference/functions/display_themes/#uses)
   | Source: [wp-admin/includes/theme-install.php:238](https://github.com/WordPress/wordpress-develop/blob/6.9.4/src/wp-admin/includes/theme-install.php#L238-L246)
 * function[install_theme_information()](https://developer.wordpress.org/reference/functions/install_theme_information/)
 * Displays theme information in dialog box form.
 * Used by [0 functions](https://developer.wordpress.org/reference/functions/install_theme_information/#used-by)
   | Uses [8 functions](https://developer.wordpress.org/reference/functions/install_theme_information/#uses)
   | Source: [wp-admin/includes/theme-install.php:255](https://github.com/WordPress/wordpress-develop/blob/6.9.4/src/wp-admin/includes/theme-install.php#L255-L271)
 * function[install_themes_feature_list()](https://developer.wordpress.org/reference/functions/install_themes_feature_list/)
 * Retrieves the list of WordPress theme features (aka theme tags).
 * Used by [0 functions](https://developer.wordpress.org/reference/functions/install_themes_feature_list/#used-by)
   | Uses [5 functions](https://developer.wordpress.org/reference/functions/install_themes_feature_list/#uses)
   | Source: [wp-admin/includes/theme-install.php:62](https://github.com/WordPress/wordpress-develop/blob/6.9.4/src/wp-admin/includes/theme-install.php#L62-L82)
 * function[install_theme_search_form()](https://developer.wordpress.org/reference/functions/install_theme_search_form/)
 * Displays search form for searching themes.
 * Used by [1 function](https://developer.wordpress.org/reference/functions/install_theme_search_form/#used-by)
   | Uses [7 functions](https://developer.wordpress.org/reference/functions/install_theme_search_form/#uses)
   | Source: [wp-admin/includes/theme-install.php:91](https://github.com/WordPress/wordpress-develop/blob/6.9.4/src/wp-admin/includes/theme-install.php#L91-L142)
 * function[install_themes_dashboard()](https://developer.wordpress.org/reference/functions/install_themes_dashboard/)
 * Displays tags filter for themes.
 * Used by [0 functions](https://developer.wordpress.org/reference/functions/install_themes_dashboard/#used-by)
   | Uses [7 functions](https://developer.wordpress.org/reference/functions/install_themes_dashboard/#uses)
   | Source: [wp-admin/includes/theme-install.php:149](https://github.com/WordPress/wordpress-develop/blob/6.9.4/src/wp-admin/includes/theme-install.php#L149-L188)
 * function[install_themes_upload()](https://developer.wordpress.org/reference/functions/install_themes_upload/)
 * Displays a form to upload themes from zip files.
 * Used by [0 functions](https://developer.wordpress.org/reference/functions/install_themes_upload/#used-by)
   | Uses [6 functions](https://developer.wordpress.org/reference/functions/install_themes_upload/#uses)
   | Source: [wp-admin/includes/theme-install.php:195](https://github.com/WordPress/wordpress-develop/blob/6.9.4/src/wp-admin/includes/theme-install.php#L195-L210)
 * function[display_theme()](https://developer.wordpress.org/reference/functions/display_theme/)
 * Prints a theme on the Install Themes pages.
 * Used by [0 functions](https://developer.wordpress.org/reference/functions/display_theme/#used-by)
   | Uses [4 functions](https://developer.wordpress.org/reference/functions/display_theme/#uses)
   | Source: [wp-admin/includes/theme-install.php:221](https://github.com/WordPress/wordpress-develop/blob/6.9.4/src/wp-admin/includes/theme-install.php#L221-L229)