Filter hook '_wp_relative_upload_path'

in WP Core File wp-includes/post.php at line 914

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.
	 */