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



_wp_relative_upload_path › WordPress Function

Since2.9.0
Deprecatedn/a
_wp_relative_upload_path ( $path )
Access:
  • private
Parameters:
  • (string) $path Full path to the file.
    Required: Yes
Returns:
  • (string) Relative path on success, unchanged path on failure.
Defined at:
Codex:

Returns relative path to an uploaded file.

The path is relative to the current upload dir.


Source

Soon...