How can I get the comment ID of a new comment that is just saved into the database?
How can I get the comment ID of a new comment that is just saved into the database?
Nevermind, I figured it out. You must pull the comment ID into your function. So
function myaction_save($comment_ID) {
//function stuff using $comment_ID
}
This topic has been closed to new replies.