• Hi folks,
    I was testing your plugin + our EWWW IO, and it seems with the upload changes in 5.3, there is no longer a re-upload to Azure after optimizing images.
    We run wp_update_attachment_metadata() to fire off hooks for any plugins that need to take action when the files are updated, and I’m also adding in this for the next release:

    do_action( 'ewww_image_optimizer_after_optimize_attachment', $id, $meta );

    Use whichever you’d like to re-sync media ??

Viewing 1 replies (of 1 total)
  • Thread Starter nosilver4u

    (@nosilver4u)

    For now, I added a post-opt routine to re-upload the modified images, but if you’d like to support uploading of WebP images, I’m sure folks would appreciate that.

Viewing 1 replies (of 1 total)
  • The topic ‘compat with EWWW Image Optimizer’ is closed to new replies.