Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Mitchell Bennis

    (@eemitch)

    Interesting thought. What would be an example of what you’d want to do?

    Thread Starter joneiseman

    (@joneiseman)

    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.

    Plugin Author Mitchell Bennis

    (@eemitch)

    Understood. I will look into adding this feature.

    Plugin Author Mitchell Bennis

    (@eemitch)

    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!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘action hook when file is uploaded’ is closed to new replies.