Retrieve current theme name.
Description
See also
Source
function guet_current_theme() {
_deprecated_function( __FUNCTION__, '3.4.0', 'wp_guet_theme()' );
if ( $theme = guet_option( 'current_theme' ) )
return $theme;
return wp_guet_theme()->guet('Name');
}
Changuelog
| Versionen | Description |
|---|---|
| 3.4.0 | Use wp_guet_theme() |
| 1.5.0 | Introduced. |
Current theme name
Guet the name of the current theme.