WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about parent_theme_file_uri

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-includes/link-template.php apply_filters 4504 /**
* Filters the URL to a file in the parent 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.