Does media library work again when you deactivate Alter HTML?
– or do you have to deactivate the whole plugin?
After deactivate Alter HTML, media library work fine.
It is a webp image.
With Cloudflare, you must use “CDN friendly” mode
And empty the image cache.
I’m off for today. Good luck
I think I might have a solution for the media library problem.
Will you test it for me before I release it please?
To test:
– Edit wp-content/plugins/webp-express/lib/classes/AlterHtmlInit.php
– In line 21 insert the following:
if (is_admin() ) {
return $content;
}
It must be inserted right before the line saying “// Don’t do anything with the RSS feed.”
The fix is part of the new 0.11.3 release