wp_get_theme


wp_get_theme ( $stylesheet = '', $theme_root = '' )

Parameters:
  • (string) stylesheet Optional. Directory name for the theme. Defaults to active theme.
  • (string) theme_root Optional. Absolute path of the theme root to look in. If not specified, get_raw_theme_root() is used to calculate the theme root for the $stylesheet provided (or active theme).
Returns:
  • (WP_Theme) Theme object. Be sure to check the object's exists() method if you need to confirm the theme's existence.
Defined at:

Description

Gets a WP_Theme object for a theme.

Related Functions

wp_get_themes, get_theme, get_themes, wp_get_theme_error, get_the_time

Top Google Results

User discussions

wpseek mobile