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

###Idea Submitted
Fired when an idea is submitted.

entry_id - id of the entry being created
userid - id of the user who submitted the entry
do_action('idea_factory_entry_submitted', $entry_id, $userid );


###Voted Up
Fired when an up vote is recorded.

postid - id of post being voted on
userid - id of the user who voted
do_action('idea_factory_vote_up', $postid, $userid );


###Voted Down
Fired when an down vote is recorded.

postid - id of post being voted on
userid - id of the user who voted
do_action('idea_factory_vote_down', $postid, $userid );

Clone this wiki locally