wpseek.com
Bazujące na WordPress narzędzie wyszukiwania dla deweloperów i twórców motywów.



parent_theme_file_uri › Filtr WordPress Hooks

Od4.7.0
Przestarzałyn/a
apply_filters( 'parent_theme_file_uri', $url, $file )
Parametry: (2)
  • (string) $url The file URL.
    Wymagane: Tak
  • (string) $file The requested file to search for.
    Wymagane: Tak
Zdefiniowane na:
Codex:

Filters the URL to a file in the parent theme.





Źródło

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