sanderkooger
Forum Replies Created
-
Forum: Plugins
In reply to: [Cool Flipbox - Shortcode & Gutenberg Block] Compatability with uncodeOhh I see. this is the other flipbox plugin we tried. Sorry for the intrusion.
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,
SanderForum: Plugins
In reply to: [Pexels: Free Stock Photos] Thumbnail generation on import.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
Forum: Plugins
In reply to: [Pexels: Free Stock Photos] Thumbnail generation on import.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#2890You 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