get_theme
- get_theme is deprecated since version 3.4.0!
Alternative: wp_get_theme( $stylesheet )
get_theme ( $theme )
Parameters:- (string) theme Theme name.
See:Returns:- (array|null) Null, if theme name does not exist. Theme data, if exists.
Defined at: - Introduced in WordPress: 1.5.0
- Deprecated in WordPress: 3.4.0
Description
Retrieve theme data.