Title: More Errors in you Code
Last modified: September 11, 2025

---

# More Errors in you Code

 *  [confusedneedhelp](https://wordpress.org/support/users/confusedneedhelp/)
 * (@confusedneedhelp)
 * [8 months, 1 week ago](https://wordpress.org/support/topic/more-errors-in-you-code/)
 * Hi,
 * I posted here about 9 months ago regarding issues with the error handling in 
   your code. That topic is now closed to new replies so I will start another one.
 * Your team finally got around to dealing with the issues but there is still at
   least one error.
 * Line 1387 is not correct use of the wp_mail_failed hook.
 * `do_action('wp_mail_failed', $responseSending);`
 * I have replaced it with:
   `do_action( 'wp_mail_failed', new WP_Error( 'wp_mail_failed',
   $error_message, $mail_data ) );`
 * Maybe someone could check this and get back to me?
 * Thanks

Viewing 1 replies (of 1 total)

 *  Thread Starter [confusedneedhelp](https://wordpress.org/support/users/confusedneedhelp/)
 * (@confusedneedhelp)
 * [8 months, 1 week ago](https://wordpress.org/support/topic/more-errors-in-you-code/#post-18638016)
 * You are also calling this 3 times in the same function. I cannot see a reason
   for it.
 * Lines 1343, 1365, 1391
 * `$responseBody = wp_remote_retrieve_body($responseSending)`
 * If there is a reason for this then I apologise.

Viewing 1 replies (of 1 total)

The topic ‘More Errors in you Code’ is closed to new replies.

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

 * 1 reply
 * 1 participant
 * Last reply from: [confusedneedhelp](https://wordpress.org/support/users/confusedneedhelp/)
 * Last activity: [8 months, 1 week ago](https://wordpress.org/support/topic/more-errors-in-you-code/#post-18638016)
 * Status: not resolved