Skip to content
bearded-avenger edited this page Dec 10, 2014 · 4 revisions

Get Votes
Get the number of votes for a single idea, where postid is the id of the idea to retrieve for.
idea_factory_get_votes( $postid )

Usage:

$postid = 34;
echo idea_factory_get_votes( $postid );
Clone this wiki locally