Closed fabacab closed 7 years ago
See https://wordpress.org/support/topic/disable-comment-encryption-option/
Actually, this was added with a filter, so is just as easily removable:
remove_filter( 'comment_form_submit_field', array('WP_PGP_Encrypted_Emails', 'renderCommentFormFields') );
Nevermind. :P
See https://wordpress.org/support/topic/disable-comment-encryption-option/