prevent duplicate comments using wp_insert_comment
Please Note: Doing this will be very slow! It would be much better to do one (or preferably both) of the following instead: Use wp_cron to do this on a regular basis Instead of grabbing all comments, the first time it runs set at timestamp in the options table after it completes. Each time afterwards, … Read more