wp-media / imagify-plugin

Speed up your website with lighter images without losing quality.
https://imagify.io
71 stars 25 forks source link

Fixes #872 Prevent fatal error if returned extension value is false #873

Closed Tabrisrp closed 5 months ago

Tabrisrp commented 5 months ago

Description

Prevent a fatal error when the returned extension value is false. Previous version was only handling string values, but wp_check_filetype() can return false.

Fixes #872

Type of change

Checklists

Feature validation

Code style