How to get total voter count of Current Poll by php?
-
How to get total voter numbers for ongoing polls? While Using-
<?php if (function_exists('get_pollvoters')): ?> <?php get_pollvoters(); ?> <?php endif; ?>
I’m getting all vote counts including previous one. What is the function to get count for current one only??
- The topic ‘How to get total voter count of Current Poll by php?’ is closed to new replies.