trying to find the comment hook I need for wordpress?
Posted
by beagleguy
on Stack Overflow
See other posts from Stack Overflow
or by beagleguy
Published on 2010-03-25T00:06:28Z
Indexed on
2010/03/25
0:13 UTC
Read the original article
Hit count: 685
Wordpress
|wordpress-plugin
hi all , I'm writing a wordpress plugin that will execute a certain function when a user submits a comment. The only issue is I'm using the hook "comment_post" which works but if that comment gets stopped by akismet I'm still logging that comment but now my numbers are off from what's on the actual site. Is there a comment_approved type hook I should be using instead?
thanks!
© Stack Overflow or respective owner