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

Get all posts #121

Closed d-to-the-g-to-the-danny-g closed 5 years ago

d-to-the-g-to-the-danny-g commented 5 years ago

Is there a method that gets all the polls as objects so I can loop through them?

lesterchan commented 5 years ago

Sorry, there is no such functions. You can query the DB directly SELECT * FROM $wpdb->pollsq WHERE $polls_type_sql ORDER BY pollq_id DESC

You can take a look at https://github.com/lesterchan/wp-polls/blob/master/wp-polls.php#L915