Uses
Uses | Description |
---|---|
wp-includes/theme.php: get_raw_theme_root() | Gets the raw theme root relative to the content directory with no filters applied. |
wp-includes/theme.php: search_theme_directories() | Searches all registered theme directories for complete and valid themes. |
wp-includes/theme.php: get_stylesheet() | Retrieves name of the current stylesheet. |
wp-includes/class-wp-theme.php: WP_Theme::get_allowed_on_network() | Returns array of stylesheet names of themes allowed on the network. |
wp-includes/class-wp-theme.php: WP_Theme::get_allowed_on_site() | Returns array of stylesheet names of themes allowed on the site. |
wp-includes/class-wp-theme.php: WP_Theme::get_allowed() | Returns array of stylesheet names of themes allowed on the site or network. |
wp-includes/class-wp-theme.php: WP_Theme::errors() | Returns errors property. |
wp-includes/class-wp-theme.php: WP_Theme::__construct() | Constructor for WP_Theme. |
wp-includes/load.php: is_multisite() | If Multisite is enabled. |
wp-includes/functions.php: wp_parse_args() | Merge user defined arguments into defaults array. |