Filter hook 'wp_get_original_image_path'

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

Description

Filters the path to the original image.

Occurrences

Filename Line Number
wp-includes/post.php 8141

Parameters

Type Name Description
string $original_image Path to original image file.
int $attachment_id Attachment ID.

PHP Doc

/**
	 * Filters the path to the original image.
	 *
	 * @since 5.3.0
	 *
	 * @param string $original_image Path to original image file.
	 * @param int    $attachment_id  Attachment ID.
	 */