Plugin progress 20 May 2009
Posted by Andy Bailey on May 20th, 2009 0 Comments Topics: Plugin Updates Tags: add_action, comment_post, php, wordpress
20 May 2009 – Insert choice and request id fields to form. Major update to ajax script. Process posted data. Replace data with hidden span on display comment, Add confirm comment call and show message if spam.
add_action(’comment_post’,array(&$this,’approve_comment’));
approve_comment function gets passed the id of the comment
// hook the post comment to send confirm to comluv
function approve_comment($cid){
// [...]