• 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??

    • This topic was modified 8 years, 2 months ago by dr.tanzil.
  • The topic ‘How to get total voter count of Current Poll by php?’ is closed to new replies.