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

Check if guest already voted #107

Closed S1SYPHOS closed 6 years ago

S1SYPHOS commented 6 years ago

Hey there, great plugin, just one quick question: How could I check if IP and / or Cookie (current guest) already voted a poll? For example:

poll('2') already voted >link to its page gets disabled poll('2') NOT voted >link to its page still accessible

Cheers!

lesterchan commented 6 years ago

check_voted( 2 )? https://github.com/lesterchan/wp-polls/blob/master/wp-polls.php#L327

S1SYPHOS commented 6 years ago

Thanks for clarification, maybe I'll send a PR with some additional documentation your way 🎷

// Question 2: Is this function somehow accessible from within the 'templates' section as defined in WP backend?