Admin Toggle for Email Encoding
-
Feature Request: Admin Toggle for Email Encoding
Please add a built-in toggle in the plugin settings to disable email encoding on admin pages. Currently, users must manually override this via code (e.g., using the
eae_email_callbackfilter), which is not user-friendly for non-developers.A simple checkbox like:
✅ “Disable email encoding in admin area”
would greatly improve usability while maintaining front-end protection.This change would align with best practices for admin experience, allowing site managers to view emails in plain text without requiring custom functions.php edits.
this became an issue for me when using an ACF/options page where the email addresses were being encoded in the form fields, so possibly another fix can be found there
You must be logged in to reply to this topic.