apply_filters( 'theme_file_uri', string $url, string $file )

Filters the URL to a file in the theme.


Parameters

$url

(string) The file URL.

$file

(string) The requested file to search for.


Source

File: wp-includes/link-template.php

View on GitHub



Changelog

Changelog
Version Description
WP-4.7.0 Introduced.