get_themes
- get_themes is deprecated since version 3.4.0!
Alternative: wp_get_themes()
get_themes ( No parameters )
See:Returns:- (array) Theme list with theme data.
Defined at: - Introduced in WordPress: 1.5.0
- Deprecated in WordPress: 3.4.0
Description
Retrieve list of themes with theme data in theme directory.The theme is broken, if it doesn't have a parent theme and is missing either
style.css and, or index.php. If the theme has a parent theme then it is
broken, if it is missing style.css; index.php is optional.