Uses
Uses | Description |
---|---|
wp-includes/link-template.php: parent_theme_file_path | Filters the path to a file in the parent theme. |
wp-includes/theme.php: get_template_directory() | Retrieves template directory path for current theme. |
wp-includes/plugin.php: apply_filters() | Calls the callback functions that have been added to a filter hook. |