wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren



wp_relative_upload_path › WordPress Filter Hooks

Seit2.9.0
Veraltetn/v
apply_filters( '_wp_relative_upload_path', $new_path, $path )
Parameter: (2)
  • () new_path Relative path to the file.
    Erforderlich: Ja
  • () path Full path to the file.
    Erforderlich: Ja
Definiert in:
Codex:

Filters the relative path to an uploaded file.





Quellcode

return apply_filters( '_wp_relative_upload_path', $new_path, $path );