Title: Default admin emails missing data
Last modified: January 13, 2026

---

# Default admin emails missing data

 *  Resolved [Sami Lempinen](https://wordpress.org/support/users/tagnut/)
 * (@tagnut)
 * [3 months ago](https://wordpress.org/support/topic/default-admin-emails-missing-data/)
 * With version 3.11.5, it seems that the default admin email template was broken,
   and most of the data in the email is missing.
 * My theory is that in the template file, the code uses `esc_html($data['id'])`
   which only **returns** the escaped value but doesn’t output it. The correct syntax
   would be `<?php echo esc_html($data['id']); ?>`.
   A workaround is to customise
   the admin email, with the defaults option if need be. Hope this helps.

Viewing 5 replies - 1 through 5 (of 5 total)

 *  [solander](https://wordpress.org/support/users/solander/)
 * (@solander)
 * [3 months ago](https://wordpress.org/support/topic/default-admin-emails-missing-data/#post-18786086)
 * Hi, I think I got the same problem since 2026. How does the workaround work?
 *  [Sanjeev Kumar](https://wordpress.org/support/users/sanjeevsetu/)
 * (@sanjeevsetu)
 * [3 months ago](https://wordpress.org/support/topic/default-admin-emails-missing-data/#post-18786808)
 * Hi [@tagnut](https://wordpress.org/support/users/tagnut/),
 * Thanks for identifying the root cause of the issue.
 * We’ve just released version **3.12.19** with a proper fix. Please update the 
   plugin and give it a try, [@solander](https://wordpress.org/support/users/solander/).
 *  [solander](https://wordpress.org/support/users/solander/)
 * (@solander)
 * [3 months ago](https://wordpress.org/support/topic/default-admin-emails-missing-data/#post-18786886)
 * It works perfectly, thanks for the quick fix!
 *  [Evolvingdoor](https://wordpress.org/support/users/evolvingdoor/)
 * (@evolvingdoor)
 * [3 months ago](https://wordpress.org/support/topic/default-admin-emails-missing-data/#post-18787656)
 * Thank you! The updated plugin works fine for me too. And thank you to [Sami Lempinen](https://wordpress.org/support/users/tagnut/)
   for his interrim solution which also worked. 🙂
 *  Plugin Support [Akshay A](https://wordpress.org/support/users/akshaycode1/)
 * (@akshaycode1)
 * [3 months ago](https://wordpress.org/support/topic/default-admin-emails-missing-data/#post-18788000)
 * Glad to hear that the issue has been resolved. We are closing this thread now,
   but if you need any further assistance, please feel free to reach out to us.

Viewing 5 replies - 1 through 5 (of 5 total)

You must be [logged in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fdefault-admin-emails-missing-data%2F%3Foutput_format%3Dmd&locale=en_US)
to reply to this topic.

 * ![](https://ps.w.org/easy-appointments/assets/icon-256x256.png?rev=1472759)
 * [Easy Appointments](https://wordpress.org/plugins/easy-appointments/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/easy-appointments/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/easy-appointments/)
 * [Active Topics](https://wordpress.org/support/plugin/easy-appointments/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/easy-appointments/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/easy-appointments/reviews/)

 * 6 replies
 * 5 participants
 * Last reply from: [Akshay A](https://wordpress.org/support/users/akshaycode1/)
 * Last activity: [3 months ago](https://wordpress.org/support/topic/default-admin-emails-missing-data/#post-18788000)
 * Status: resolved