wpseek.com
A WordPress-centric search engine for devs and theme authors



parent_theme_file_uri › WordPress Filter Hooks

Since4.7.0
Deprecatedn/a
apply_filters( 'parent_theme_file_uri', $url, $file )
Parameters: (2)
  • (string) $url The file URL.
    Required: Yes
  • (string) $file The requested file to search for.
    Required: Yes
Defined at:
Codex:

Filters the URL to a file in the parent theme.





Source

return apply_filters( 'parent_theme_file_uri', $url, $file );