Uses
| Uses | Description |
|---|---|
| wp-includes/theme.php: get_theme_root_uri() | Retrieves URI for themes directory. |
| wp-includes/theme.php: get_template() | Retrieves name of the current theme. |
| wp-includes/theme.php: template_directory_uri | Filters the current theme directory URI. |
| wp-includes/plugin.php: apply_filters() | Calls the callback functions that have been added to a filter hook. |