[ Index ]

PHP Cross Reference of WordPress Trunk (Updated Daily)

Search

title

Body

[close]

/wp-admin/includes/ -> theme-install.php (summary)

WordPress Theme Installation Administration API

File Size: 271 lines (7 kb)
Included or required: 2 times
Referenced: 0 times
Includes or requires: 0 files

Defines 7 functions

  install_themes_feature_list()
  install_theme_search_form()
  install_themes_dashboard()
  install_themes_upload()
  display_theme()
  display_themes()
  install_theme_information()

Functions
Functions that are not part of a class:

install_themes_feature_list()   X-Ref
Retrieves the list of WordPress theme features (aka theme tags).

return: array

install_theme_search_form( $type_selector = true )   X-Ref
Displays search form for searching themes.

param: bool $type_selector

install_themes_dashboard()   X-Ref
Displays tags filter for themes.


install_themes_upload()   X-Ref
Displays a form to upload themes from zip files.


display_theme( $theme )   X-Ref
Prints a theme on the Install Themes pages.

param: object $theme

display_themes()   X-Ref
Displays theme content based on theme list.


install_theme_information()   X-Ref
Displays theme information in dialog box form.




Generated : Fri Apr 26 08:20:02 2024 Cross-referenced by PHPXref