Uses
Uses | Description |
---|---|
wp-includes/class-wp-theme.php: WP_Theme::get_core_default_theme() | Determines the latest WordPress default theme that is installed. |
wp-includes/load.php: wp_installing() | Check or set whether WordPress is in “installation” mode. |
wp-includes/theme.php: switch_theme() | Switches the theme. |
wp-includes/theme.php: validate_current_theme | Filters whether to validate the current theme. |
wp-includes/theme.php: get_template_directory() | Retrieves template directory path for current theme. |
wp-includes/theme.php: get_stylesheet_directory() | Retrieves stylesheet directory path for current theme. |
wp-includes/theme.php: is_child_theme() | Whether a child theme is in use. |
wp-includes/theme.php: wp_get_theme() | Gets a WP_Theme object for a theme. |
wp-includes/theme.php: get_stylesheet() | Retrieves name of the current stylesheet. |
wp-includes/plugin.php: apply_filters() | Calls the callback functions that have been added to a filter hook. |