Found this code in the WP Codex but not sure how to use it to remove the hyperlink and/or date from comments.
delete_comment_meta( $comment_id, $meta_key, $meta_value );
Found this code in the WP Codex but not sure how to use it to remove the hyperlink and/or date from comments.
delete_comment_meta( $comment_id, $meta_key, $meta_value );