Check if the image exists in WordPress media library
Look, as far I understood, the thing you are asking can be done primarily two ways- First is to go through the uploads directory recursively and search for the file with filename and type. If the file is found then copy it form there and then no need to download it. But it’s very costly … Read more