Displaying total votes
-
I am looking to display only the amount of accumulated votes
I searched a lot where the information is located but without success
I dug into the code and found this line
return number_format_i18n( array_sum( $this->pollRepository->getVotes( $id ) ) );But I didn’t understand what the variable THIS is
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Displaying total votes’ is closed to new replies.