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



theme_file_uri › WordPress Filter Hooks

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

Filters the URL to a file in the theme.





Sorgenti

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