Codex tools: Log in
Contents |
Remove metadata matching criteria from a comment. You can match based on the key, or key and value. Removing based on key and value will keep from removing duplicate metadata with the same key. It also allows removing all metadata matching key, if needed.
delete_comment_meta() allows you to delete any meta values stored against comments, which have been set using add_comment_meta(). Similar method to delete_post_meta().
<?php
delete_comment_meta( $comment_id, $meta_key, $meta_value );
?>
Since: 2.9.0
delete_comment_meta() is located in wp-includes/comment.php