Uses
| Uses | Description |
|---|---|
| wp-includes/theme.php: get_theme_root_uri() | Retrieves URI for themes directory. |
| wp-includes/theme.php: stylesheet_directory_uri | Filters the stylesheet directory URI. |
| 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. |