wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren



parent_theme_file_path › WordPress Filter Hooks

Seit4.7.0
Veraltetn/v
apply_filters( 'parent_theme_file_path', $path, $file )
Parameter: (2)
  • (string) $path The file path.
    Erforderlich: Ja
  • (string) $file The requested file to search for.
    Erforderlich: Ja
Definiert in:
Codex:

Filters the path to a file in the parent theme.





Quellcode

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