Function Reference/get theme
Description
Retrieve theme data.
Usage
<?php get_theme( $theme ) ?>
Parameters
- $theme
- (string) (required) Theme name.
- Default: None
Return Values
- (array|null)
- Null, if theme name does not exist. Theme data, if exists.
Examples
Notes
Change Log
Since: 1.5.0
Source File
get_theme() is located in wp-includes/theme.php.
Related