funkhaus / funkhaus-auto-seo

Automatically implement SEO best practices using the power of AI
10 stars 7 forks source link

Fixed warnings with getimagesize on upload #22

Closed rsm0128 closed 1 year ago

rsm0128 commented 1 year ago

Fixed issue #21

We replace the image file name with SEO friendly one on upload and it creates some warnings on metadata generation. There is no hook to update the $file value in media_handle_upload, so used suppress warning method to bypass the warnings.

drewbaker commented 1 year ago

Does meta data still get generated correctly?

rsm0128 commented 1 year ago

@drewbaker Yes, it does!