Codex tools: Log in
Contents |
Retrieve the name of the current theme.
<?php get_current_theme() ?>
None.
Get the name of the current theme.
<?php
$theme_name = get_current_theme();
echo $theme_name;
?>
Since: 1.5.0
get_current_theme() is located in wp-includes/theme.php.