lesterchan / wp-polls

Adds an AJAX poll system to your WordPress blog. You can also easily add a poll into your WordPress's blog post/page.
https://wordpress.org/plugins/wp-polls/
93 stars 78 forks source link

update wp_polls_update_poll to use current poll id #97

Closed bderstine closed 6 years ago

bderstine commented 6 years ago

My company is using the wp_polls_update_poll action hook to add some custom fields, but we found when editing a poll, it always sends the latest poll id, when really we just want the current poll id being used.