Description
Filters the relative path to an uploaded file.
Occurrences
Filename | Line Number |
---|---|
wp-includes/post.php | 914 |
Parameters
Type | Name | Description |
---|---|---|
string | $new_path | Relative path to the file. |
string | $path | Full path to the file. |
PHP Doc
/**
* Filters the relative path to an uploaded file.
*
* @since 2.9.0
*
* @param string $new_path Relative path to the file.
* @param string $path Full path to the file.
*/