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

Plugin back-end styles are also loaded in the front-end #33

Closed p7996619 closed 6 years ago

p7996619 commented 6 years ago

I think the plugin's CSS should not be enqueued for the front-end. Please see:

https://github.com/fabacab/wp-pgp-encrypted-emails/blob/e9c60f47a362ac8f2ddfe7109eb05e553d327d65/wp-pgp-encrypted-emails.php#L136-L137

Correct me if I'm wrong, otherwise I'll submit a PR to remove this. Thanks.