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

Include a shortcode or/and function to get the latest poll #154

Open gpapadopp opened 1 year ago

gpapadopp commented 1 year ago

I want to make a mu-plugin with custom template for my website, and I want to display the latest active poll. On the current time, it requires to make a WPDB Query to get it. The easiest way to do it is via shortcode, or function. Can you include this function or/and this shortcode on the future ?

Thank you in advanced !