apply_filters( "parent_theme_file_path", string $path, string $file )

Filters the path to a file in the parent theme.

Parameters

$path

string

The file path.

$file

string

The requested file to search for.

Source

File: wp-includes/link-template.php.

View all references

return apply_filters( "parent_theme_file_path", $path, $file );

Leave a Reply

Your email address will not be published. Required fields are marked *