Duplicate import of images
-
When “Download and save images locally” is enabled, it imports images twice.
This is the reason:
// just download the image to the media library
$attachment_id = $thumbnail->_prepare($item, $post_id);This should not be executed if ($this->options[‘settings’][‘import_images_locally’] == ‘true’)
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Duplicate import of images’ is closed to new replies.