• HI!

    I’m experiencing an issue with the bulk delete functionality when using your plugin. Here is my setup:

    I have implemented a custom solution that resizes images on upload using wp_handle_upload
    Images larger than 2000px are physically resized and overwritten, meaning:
    original full-resolution files are not kept, only the resized file remains as the main attachment

    I also limit WordPress to generate only these sizes: thumbnail, medium, large
    All additional image sizes from themes/plugins are removed.

    In short:
    … we are not keeping original images at all, only the processed (resized) versions.

    When using your plugin’s bulk delete functionality, it does not seem to work correctly in this setup.It appears that: either the plugin expects original files to exist or it fails when images have been modified/overwritten during upload

    Does your bulk delete feature rely on original (unmodified) uploads?
    Is it compatible with setups where images are resized and overwritten at upload time?
    Is there a recommended configuration for this kind of workflow?

You must be logged in to reply to this topic.