WPIntell

Source evidence

OUTPUTS THE ADMIN EMAIL ADDRESS!!!

Eventin – Event Calendar, Event Registration, Tickets & Booking (AI Powered) · support · 2026-01-22T20:49:00+00:00

complaintsentiment
highseverity
0.82relevance
1replies
Evidence linked to opportunitycommercial context

Proof Health

Open evidence

Commercial opportunities need traceable source links before they are treated as build-worthy.

4 / 26 rows with source links

15.4% of this page's analysis has direct source links.

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

22 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

support
swinggraphics resolved
You guys are unbelievable. This plugin outputs the admin email many times in the source code, for example in etn-public-js-extra as "admin_email":"admin@website.com" . How dare you? Hi @swinggraphics, We apologize for the frustration this has caused. We completely understand your concern and appreciate you bringing it to our attention. As a temporary workaround, you can prevent the admin email from being exposed by adding the following code to your active theme’s functions.php file : add_filter( 'etn_locale_vars', function ( $data ) { $data['admin_email'] = 'hidden'; return $data; },99 ); This will remove the admin email from the public script output immediately. We’ve already fixed the issue, and this will be handled directly inside Eventin in our next release , so no manual changes will be needed going forward. If you have any questions or need help applying this, feel free to reach out. Our team will be happy to assist. Thanks for your patience and understanding. Best Regards, M Mahbub

Comments

1 shown
Md Mahbub Morshed Chowdhury 2026-01-23T06:03:00+00:00

Hi @swinggraphics, We apologize for the frustration this has caused. We completely understand your concern and appreciate you bringing it to our attention. As a temporary workaround, you can prevent the admin email from being exposed by adding the following code to your active theme’s functions.php file : add_filter( 'etn_locale_vars', function ( $data ) { $data['admin_email'] = 'hidden'; return $data; },99 ); This will remove the admin email from the public script output immediately. We’ve already fixed the issue, and this will be handled directly inside Eventin in our next release , so no manual changes will be needed going forward. If you have any questions or need help applying this, feel free to reach out. Our team will be happy to assist. Thanks for your patience and understanding. Best Regards, M Mahbub