id summary reporter owner description type status priority milestone component version severity resolution keywords cc focuses 41228 No way to get the post ID after a comment is deleted henry.wright SergeyBiryukov "If we hook to {{{deleted_comment}}} we get given {{{$comment_ID}}} but at this point the comment has been removed from the database so we can't do things like this: {{{ $comment = get_comment( $comment_ID ); echo $comment->comment_post_ID; }}} Can we pass a 2nd arg to {{{do_action()}}}? For example: {{{do_action( 'deleted_comment', $comment->comment_ID, $post_id );}}}" enhancement closed normal 4.9 Comments normal fixed has-patch