wp_get_original_image_url

wp_get_original_image_url

Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-6.5.2

apply_filters('wp_get_original_image_url') is found 1 times:

  • /wp-includes/post.php line 8114
    	 *
    	 * @param string $original_image_url URL to original image.
    	 * @param int    $attachment_id      Attachment ID.
    	 */
    	return apply_filters( 'wp_get_original_image_url', $original_image_url, $attachment_id );
    }
    
    /**
     * Filters callback which sets the status of an untrashed post to its previous status.
     *
     * This can be used as a callback on the `wp_untrash_post_status` filter.