Please add .webp support
-
Hi, I’m having problems with webp images, the issue can be easily fixed adding the webp extension in “class-wp-event-aggregator-common.php”:
preg_match( ‘/[^\?]+\.(jpe?g|jpe|gif|png)\b/i’, $image_url, $matches );
preg_match( ‘/[^\?]+\.(jpe?g|jpe|gif|png|webp)\b/i’, $image_url, $matches );
https://github.com/xylusthemes/wp-event-aggregator/issues/63
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Please add .webp support’ is closed to new replies.