Title: Adding additional message doesnt work as expected
Last modified: June 18, 2024

---

# Adding additional message doesnt work as expected

 *  Resolved [ahanastorepro](https://wordpress.org/support/users/ahanastorepro/)
 * (@ahanastorepro)
 * [1 year, 11 months ago](https://wordpress.org/support/topic/adding-additional-message-doesnt-work-as-expected/)
 * Hi team,
 * I was trying to add additional content to my Registration Approved email using
   the hook new_user_approve_approve_user_message . But the email doesn’t render
   the html content i added in the function as you can see in the screenshot [https://prnt.sc/8T9k_xU3beIk](https://prnt.sc/8T9k_xU3beIk).
   All my website used similar header and a footer content in an email . How can
   i render html content to the email? Please provide us a reply asap.
    -  This topic was modified 1 year, 11 months ago by [ahanastorepro](https://wordpress.org/support/users/ahanastorepro/).

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

 *  Plugin Support [Mirza Hamza](https://wordpress.org/support/users/hamza1010/)
 * (@hamza1010)
 * [1 year, 11 months ago](https://wordpress.org/support/topic/adding-additional-message-doesnt-work-as-expected/#post-17835867)
 * Hello [@ahanastorepro](https://wordpress.org/support/users/ahanastorepro/),
 * Thanks for contacting us,
 * I hope you are doing well, We’ve informed our technical team about your issue,
   and they will work on it promptly. When we receive their response, we will get
   back to you. Our team is here to assist you.
 * Thanks & Regards
   WP Experts Support Team
 *  Thread Starter [ahanastorepro](https://wordpress.org/support/users/ahanastorepro/)
 * (@ahanastorepro)
 * [1 year, 11 months ago](https://wordpress.org/support/topic/adding-additional-message-doesnt-work-as-expected/#post-17838396)
 * Hi Team,
 * Looking forward to hearing from you soon.
 * regards,
 * Ahana
 *  Plugin Support [Mirza Hamza](https://wordpress.org/support/users/hamza1010/)
 * (@hamza1010)
 * [1 year, 11 months ago](https://wordpress.org/support/topic/adding-additional-message-doesnt-work-as-expected/#post-17844400)
 * Hello [@ahanastorepro](https://wordpress.org/support/users/ahanastorepro/),
 * Please use the following hook to add or update the content of user user-approved
   email.
 * Here is the code:
 *     ```wp-block-code
       add_filter(new_user_approve_approve_user_message_default, function($message) {            return $message;});
       ```
   
 * If you have any questions, feel free to reach out. We’re here to assist you.
 * Thank you
 *  Thread Starter [ahanastorepro](https://wordpress.org/support/users/ahanastorepro/)
 * (@ahanastorepro)
 * [1 year, 11 months ago](https://wordpress.org/support/topic/adding-additional-message-doesnt-work-as-expected/#post-17852349)
 * I tried adding the content using this hook. However it is causing an error on
   user approval. On user approval the admin page goes blank with errors as in the
   following screenshot [https://prnt.sc/VVU6S-Q2Zbki](https://prnt.sc/VVU6S-Q2Zbki)
 *  Plugin Support [Mirza Hamza](https://wordpress.org/support/users/hamza1010/)
 * (@hamza1010)
 * [1 year, 11 months ago](https://wordpress.org/support/topic/adding-additional-message-doesnt-work-as-expected/#post-17853578)
 * Hello [@ahanastorepro](https://wordpress.org/support/users/ahanastorepro/),
 * We have to check this and we will keep you updated on this.
 * Thank you
 *  Thread Starter [ahanastorepro](https://wordpress.org/support/users/ahanastorepro/)
 * (@ahanastorepro)
 * [1 year, 11 months ago](https://wordpress.org/support/topic/adding-additional-message-doesnt-work-as-expected/#post-17855968)
 * Hi, I hope you could provide a result asap. Thank you in advance.
 *  Plugin Support [Mirza Hamza](https://wordpress.org/support/users/hamza1010/)
 * (@hamza1010)
 * [1 year, 11 months ago](https://wordpress.org/support/topic/adding-additional-message-doesnt-work-as-expected/#post-17861436)
 * Hello [@ahanastorepro](https://wordpress.org/support/users/ahanastorepro/),
 * Sorry for the late reply, To escalate your case, please create a ticket on our
   official website so that we can connect you directly with our Technical team.
 * Looking forward to getting your issue resolved.
 * Thank you
 *  Thread Starter [ahanastorepro](https://wordpress.org/support/users/ahanastorepro/)
 * (@ahanastorepro)
 * [1 year, 11 months ago](https://wordpress.org/support/topic/adding-additional-message-doesnt-work-as-expected/#post-17867662)
 * Thank you. I have created a ticket in the official website. I hope this could
   be figured out soon.
 *  Plugin Support [Mirza Hamza](https://wordpress.org/support/users/hamza1010/)
 * (@hamza1010)
 * [1 year, 11 months ago](https://wordpress.org/support/topic/adding-additional-message-doesnt-work-as-expected/#post-17868657)
 * Sure, we have replied to the support ticket. Please follow up there.

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

The topic ‘Adding additional message doesnt work as expected’ is closed to new replies.

 * ![](https://ps.w.org/new-user-approve/assets/icon-128x128.gif?rev=2544141)
 * [New User Approve](https://wordpress.org/plugins/new-user-approve/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/new-user-approve/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/new-user-approve/)
 * [Active Topics](https://wordpress.org/support/plugin/new-user-approve/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/new-user-approve/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/new-user-approve/reviews/)

 * 9 replies
 * 2 participants
 * Last reply from: [Mirza Hamza](https://wordpress.org/support/users/hamza1010/)
 * Last activity: [1 year, 11 months ago](https://wordpress.org/support/topic/adding-additional-message-doesnt-work-as-expected/#post-17868657)
 * Status: resolved