Uses
| Uses | Description |
|---|---|
| wp-includes/theme.php: switch_theme() | Switches the theme. |
| wp-includes/theme.php: get_stylesheet() | Retrieves name of the current stylesheet. |
| wp-includes/theme.php: wp_clean_themes_cache() | Clears the cache held by get_theme_roots() and WP_Theme. |
| wp-includes/load.php: is_wp_error() | Check whether variable is a WordPress Error. |