parent_theme_file_path

Advertisement

Summery Summery

Filters the path to a file in the parent theme.

Syntax Syntax

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

Parameters Parameters

$path

The file path.

$file

The requested file to search for.

Source Source

File: wp-includes/link-template.php

Advertisement

Changelog Changelog

Changelog
Version Description
4.7.0 Introduced.

Advertisement

Leave a Reply