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