Uses
Uses | Description |
---|---|
wp-includes/comment.php: wp_set_comment_status() | Sets the status of a comment. |
wp-includes/comment.php: wp_get_comment_status() | The status of a comment by ID. |
wp-includes/comment.php: wp_spam_comment() | Marks a comment as Spam |
wp-includes/comment.php: wp_unspam_comment() | Removes a comment from the Spam |
wp-includes/comment.php: wp_trash_comment() | Moves a comment to the Trash |
wp-includes/comment.php: wp_untrash_comment() | Removes a comment from the Trash |