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



theme_file_uri › Filtr WordPress Hooks

Od4.7.0
Przestarzałyn/a
apply_filters( '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 theme.





Źródło

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