Closed rsm0128 closed 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.
$file
media_handle_upload
Does meta data still get generated correctly?
@drewbaker Yes, it does!
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 inmedia_handle_upload
, so used suppress warning method to bypass the warnings.