How to limit comment author to one comment per post
This would depend on how your theme handles saving comments. For instance if it submits the form via ajax it will be expecting certain returns. The way I would hook into this would probably be through the pre_comment_approved filter. Checking the received email against any previously submitted posts then return unapproved if it fails. function … Read more