• Resolved Sami Lempinen

    (@tagnut)


    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

    (@solander)

    Hi, I think I got the same problem since 2026. How does the workaround work?

    Sanjeev Kumar

    (@sanjeevsetu)

    Hi @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.

    solander

    (@solander)

    It works perfectly, thanks for the quick fix!

    Evolvingdoor

    (@evolvingdoor)

    Thank you! The updated plugin works fine for me too. And thank you to Sami Lempinen for his interrim solution which also worked. 🙂

    Plugin Support Akshay A

    (@akshaycode1)

    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 to reply to this topic.