wp_get_original_image_url

wp_get_original_image_url

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-6.7

apply_filters('wp_get_original_image_url') is found 1 times:

  • /wp-includes/post.php line 8355
    	 *
    	 * @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.