wpseek.com
Un motore di ricerca WordPress per sviluppatori e autori di temi



parent_theme_file_path › WordPress Filter Hooks

Da4.7.0
Deprecaton/a
apply_filters( 'parent_theme_file_path', $path, $file )
Parametri: (2)
  • (string) $path The file path.
    Richiesto:
  • (string) $file The requested file to search for.
    Richiesto:
Definito a:
Codex:

Filters the path to a file in the parent theme.





Sorgenti

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