Call hooks for when a comment status transition occurs.Calls hooks for comment status transitions. If the new comment status is not the same as the previous comment status, then two hooks will be ran, the first is ‘transition_comment_status’ with new status, old status, and comment data. The next action called is ‘comment_OLDSTATUS_to_NEWSTATUS’ the NEWSTATUS is the $new_status parameter and the OLDSTATUS is $old_status parameter; it has the comment data.
4179
Continue reading
wp_trash_comment
Moves a comment to the TrashIf trash is disabled, comment is permanently deleted.
4183
Continue reading →