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: spam_comment | Fires immediately before a comment is marked as Spam. |
wp-includes/comment.php: spammed_comment | Fires immediately after a comment is marked as Spam. |
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. |