WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about parent_theme_file_path

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-includes/link-template.php apply_filters 4565 /**
* Filters the path to a file in the parent theme.
*
* @since 4.7.0
*
* @param string $path The file path.
* @param string $file The requested file to search for.
*/

Hook Parameters

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