Filters the relative path to an uploaded file.
Parameters
$new_path
string- Relative path to the file.
$path
string- Full path to the file.
Source
return apply_filters( '_wp_relative_upload_path', $new_path, $path );
Changelog
Version | Description |
---|---|
2.9.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.