Interesting thought. What would be an example of what you’d want to do?
I’m using a plugin for displaying a pdf file. That plugin shows the latest file that was uploaded. I want to update a meta value so that it displays the latest pdf file that was uploaded. I ended up just creating a cron job that runs once per hour to update the meta value (using a wp-cli command). If I had the action hook, I could just call update_post_meta instead.
Understood. I will look into adding this feature.
I have added the action hook you requested to the latest version of the plugin: eeSFL_UploadCompleted
Please update your copy and let me know how it works for you!