WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about theme_file_uri

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-includes/link-template.php apply_filters 4476 /**
* 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.
*/

Hook Parameters

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