Forums
(@sanderkooger)
3 years, 11 months ago
Ohh I see. this is the other flipbox plugin we tried. Sorry for the intrusion.
4 years, 11 months ago
Will do,
I have been going over it and it seems like more was not Multi lingual supported. Do you guys have a place where I could drop issues I find on testing?
Regards, Sander
I have done some more research,
Use of the “wp_update_attachment_metadata” filter as “upload is complete” hook
The hook that works now is wp_generate_attachment_metadata
5 years ago
I have taken a look,
If you hook into generate meta data. You should be able to automate it.
An example for all images is here https://wordpress.stackexchange.com/questions/2888/can-i-refresh-the-thumbnails-programmatically/2890#2890
You could use the create metadata part of the loop and refactor it to be teiggered with the fileid of the newly uploaded file.
Regards, sander