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/
91 stars 78 forks source link

Add extra display functions for individual polls #127

Closed kmd-thomasBrace closed 5 years ago

kmd-thomasBrace commented 5 years ago

This PR adds two extra functions for displaying information about a single poll

The first function displays the total number of poll votes for an individual poll given a poll ID, if the poll does not exist, 0 is returned

The second function displays the time an individual poll was posted. The function also accepts another parameter for the date format the user wants the posted date to return. If the poll does not exist, a date with the timestamp of 0 is returned (1st Jan 1970)

This PR also updates the README with the relevant functions