comment_{$old_status}_to_{$new_status}
Action Hook: Fires when the comment status is in transition from one specific status to another.
Source: wp-includes/comment.php:1824
Action Hook: Fires when the comment status is in transition from one specific status to another.
Source: wp-includes/comment.php:1824
Action Hook: Fires when the status of a specific comment type is in transition.
Source: wp-includes/comment.php:1851
Function: Marks a comment as Spam.
Source: wp-includes/comment.php:1634
Function: Gets current commenter’s name, email, and URL.
Source: wp-includes/comment.php:1894
Action Hook: Fires immediately before a comment is marked as Spam.
Source: wp-includes/comment.php:1649
Function: Trashes or deletes a comment.
Source: wp-includes/comment.php:1455
Action Hook: Fires immediately before a comment is deleted from the database.
Source: wp-includes/comment.php:1476
Function: Hooks WP’s native database-based comment-flood check.
Source: wp-includes/comment.php:845
Action Hook: Fires immediately after a comment is deleted from the database.
Source: wp-includes/comment.php:1504
Filter Hook: Filters the comment flood status.
Source: wp-includes/comment.php:912
Function: Moves a comment to the Trash
Source: wp-includes/comment.php:1531
Action Hook: Fires before the comment flood message is triggered.
Source: wp-includes/comment.php:923
Action Hook: Fires immediately before a comment is sent to the Trash.
Source: wp-includes/comment.php:1550
Function: Separates an array of comments into an array keyed by comment_type.
Source: wp-includes/comment.php:957
Action Hook: Fires immediately after a comment is sent to Trash.
Source: wp-includes/comment.php:1567
Function: Calculates the total number of comment pages.
Source: wp-includes/comment.php:1000
Function: Removes a comment from the Trash
Source: wp-includes/comment.php:1583
Function: Calculates what page number a comment will appear on for comment paging.
Source: wp-includes/comment.php:1065
Action Hook: Fires immediately before a comment is restored from the Trash.
Source: wp-includes/comment.php:1598
Action Hook (deprecated): Fires before the comment is tested for disallowed characters or words.
Source: wp-includes/comment.php:1325
Action Hook: Fires immediately after a comment is restored from the Trash.
Source: wp-includes/comment.php:1618
Function: Retrieves the total comment counts for the whole site or a single post.
Source: wp-includes/comment.php:1407
Filter Hook: Filters the comments count for a given post or the whole site.
Source: wp-includes/comment.php:1418
Action Hook: Fires immediately before a comment is marked approved.
Source: wp-includes/comment.php:741
Function: Retrieves comment meta field for a comment.
Source: wp-includes/comment.php:483
Filter Hook: Filters a comment’s approval status before it is set.
Source: wp-includes/comment.php:832
Function: Updates comment meta field based on comment ID.
Source: wp-includes/comment.php:509
Function: Sets the cookies used to store an unauthenticated commentator’s identity. Typically used to recall previous comments by this commentator that are still held in moderation.
Source: wp-includes/comment.php:548
Filter Hook: Filters the lifetime of the comment cookie in seconds.
Source: wp-includes/comment.php:571
Filter Hook: Fires after a comment is retrieved.
Source: wp-includes/comment.php:225