Uses
Uses | Description |
---|---|
wp-includes/link-template.php: theme_file_uri | Filters the URL to a file in the theme. |
wp-includes/theme.php: get_stylesheet_directory_uri() | Retrieves stylesheet directory URI for current theme. |
wp-includes/theme.php: get_stylesheet_directory() | Retrieves stylesheet directory path for current theme. |
wp-includes/theme.php: get_template_directory_uri() | Retrieves template directory URI for current theme. |
wp-includes/plugin.php: apply_filters() | Calls the callback functions that have been added to a filter hook. |