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: unspam_comment | Fires immediately before a comment is unmarked as Spam. |
wp-includes/comment.php: unspammed_comment | Fires immediately after a comment is unmarked as Spam. |
wp-includes/comment.php: get_comment_meta() | Retrieve comment meta field for a comment. |
wp-includes/comment.php: delete_comment_meta() | Remove metadata matching criteria from a comment. |
wp-includes/comment.php: get_comment() | Retrieves comment data given a comment ID or comment object. |