wp-slack
wp-slack copied to clipboard
Improve comments
Makes comment notification a bit more reliable with third-party comment systems such as Epoch and adds moderation links similar to the native WP emails.
I like the moderation links. However not sure if wp_insert_comment should be changed to comment_post. The wp_new_comment func (in which comment_post defined) calls wp_insert_comment func which also triggers wp_insert_comment action. I assume without changing the hook it should notifies when a comment, via Epoch, is added to the DB, yes?
Good point. Seems like it should work without that change, but for some reason it didn’t. At this point, I can’t recall why 😄