Hi @lestexas60, i am using this plug-in, and at some point i needed to reset all counter to 0, but the option doesn’t exist, so the way that i resolved this and after sniff into the code was to change directly the values “meta_value” in table.
The table is:
SELECT * FROM wp_postmeta where meta_key like ‘%it_epoll_vote_total_count%’
and set to 0 the values listed.
I hope this useful.