Filter hook 'parent_theme_file_path'

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

Description

Filters the path to a file in the parent theme.

Occurrences

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

Parameters

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

PHP Doc

/**
	 * 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.
	 */