Hello
I'd like to use the wp_create_thumbnail
function to resize images after upload (these are normal image uploads, not post images), but I can't figure out how I can use GF hooks to get the details of the uploaded image.
Is it possible to somehow find out the path & filename of an uploaded image after it has been successfully uploaded so I can then make whatever changes I want to it?
Thanks!