Filters the relative path to an uploaded file.
$new_pathstring$pathstringwp-includes/post.php:936_wp_relative_upload_path() * * @since 2.9.0 * * @param string $new_path Relative path to the file. * @param string $path Full path to the file. */ return apply_filters( '_wp_relative_upload_path', $new_path, $path );} /** * Retrieves all children of the post parent ID. * * Normally, without any enhancements, the children would apply to pages. In theIntroduced in 2.9.0. Unchanged from 6.7.7 through 7.1.0.
Signature, return type and hooks compared across 5 parsed releases.