Uses
| Uses | Description |
|---|---|
| wp-includes/theme.php: get_theme_root() | Retrieves path to themes directory. |
| wp-includes/theme.php: stylesheet_directory | Filters the stylesheet directory path for current 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. |