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: theme_root_uri | Filters the URI for themes directory. | 
| wp-includes/link-template.php: content_url() | Retrieves the URL to the content directory. | 
| wp-includes/link-template.php: plugins_url() | Retrieves a URL within the plugins or mu-plugins directory. | 
| wp-includes/link-template.php: site_url() | Retrieves the URL for the current site where WordPress application files (e.g. wp-blog-header.php or the wp-admin/ folder) are accessible. | 
| wp-includes/plugin.php: apply_filters() | Calls the callback functions that have been added to a filter hook. | 
| wp-includes/option.php: get_option() | Retrieves an option value based on an option name. |