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

Using wp_polls_update_poll only uses latest poll id #98

Closed bderstine closed 6 years ago

bderstine commented 6 years ago

I'm editing and saving custom fields with the wp_polls_update_poll action hook and found it only returns the latest poll id, even when editing an older poll, and causing data to be saved to the wrong poll id. I added a workaround in my custom function, but it would be easier if the action hook passed the current poll id being edited, rather than always returning the latest poll id.

Opened PR #97

lesterchan commented 6 years ago

Thanks for the PR, I agree with you =)