Filter hook 'theme_file_uri'

in WP Core File wp-includes/link-template.php at line 4590

Description

Filters the URL to a file in the theme.

Occurrences

Filename Line Number
wp-includes/link-template.php 4590

Parameters

Type Name Description
string $url The file URL.
string $file The requested file to search for.

PHP Doc

/**
	 * Filters the URL to a file in the theme.
	 *
	 * @since 4.7.0
	 *
	 * @param string $url  The file URL.
	 * @param string $file The requested file to search for.
	 */