help for unapprove_post function
Hi,
I need to use the unapprove_post function for a plugin:
function unapprove_post($postid, $countposts, $dolog = true, $postinfo = NULL, $threadinfo = NULL, $counterupdate = true)
The problem is that I don't know what the $countposts, $dolog and $counterupdate parameters do and the API doesn't explain it. Does anybody know it?
Thanks.
|