Uses
Uses | Description |
---|---|
wp-includes/plugin.php: do_action() | Execute functions hooked on a specific action hook. |
wp-includes/comment.php: wp_set_comment_status() | Sets the status of a comment. |
wp-includes/comment.php: wp_delete_comment() | Trashes or deletes a comment. |
wp-includes/comment.php: trash_comment | Fires immediately before a comment is sent to the Trash. |
wp-includes/comment.php: trashed_comment | Fires immediately after a comment is sent to Trash. |
wp-includes/comment.php: delete_comment_meta() | Remove metadata matching criteria from a comment. |
wp-includes/comment.php: add_comment_meta() | Add meta data field to a comment. |
wp-includes/comment.php: get_comment() | Retrieves comment data given a comment ID or comment object. |