fabacab / wp-pgp-encrypted-emails

:closed_lock_with_key: :e-mail: Encrypts WordPress emails using OpenPGP or S/MIME with a familiar API.
https://wordpress.org/plugins/wp-pgp-encrypted-emails/
GNU General Public License v3.0
39 stars 10 forks source link

Filter the "Private" commenting option to enable its removal from front-end display #23

Closed fabacab closed 7 years ago

fabacab commented 7 years ago

See https://wordpress.org/support/topic/disable-comment-encryption-option/

fabacab commented 7 years ago

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