Title: Fatal Error Trigger
Last modified: October 9, 2024

---

# Fatal Error Trigger

 *  [Hardik Raval](https://wordpress.org/support/users/mrhr/)
 * (@mrhr)
 * [1 year, 7 months ago](https://wordpress.org/support/topic/fatal-error-trigger/)
 * Hello,
   When I add translation hook in my childm theme my website is broken can
   you please see attachement?Attachement: [https://prnt.sc/TgWh-oHD8G15](https://prnt.sc/TgWh-oHD8G15)
   I added this filter
 *     ```wp-block-code
       add_filter('gettext', 'GP_remove_comments_are_closed_here', 20, 3);
       ```
   
 * can you please help me to solved this error
   Thanks!

Viewing 1 replies (of 1 total)

 *  Plugin Author [John Havlik](https://wordpress.org/support/users/mtekk/)
 * (@mtekk)
 * [1 year, 6 months ago](https://wordpress.org/support/topic/fatal-error-trigger/#post-18133961)
 * You are likely breaking a translation string for Breadcrumb NavXT/adminKit, hence
   the error. I don’t know what the`GP_remove_comments_are_closed_here` function
   looks like, but my guess is you’re returning `NULL` (or simply failing to return
   anything) on the Breadcrumb NavXT translation strings. Generally speaking, filters
   should not break the API (you should not be returning NULL for something that
   must return a string).

Viewing 1 replies (of 1 total)

The topic ‘Fatal Error Trigger’ is closed to new replies.

 * ![](https://ps.w.org/breadcrumb-navxt/assets/icon.svg?rev=1927103)
 * [Breadcrumb NavXT](https://wordpress.org/plugins/breadcrumb-navxt/)
 * [Support Threads](https://wordpress.org/support/plugin/breadcrumb-navxt/)
 * [Active Topics](https://wordpress.org/support/plugin/breadcrumb-navxt/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/breadcrumb-navxt/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/breadcrumb-navxt/reviews/)

## Tags

 * [fatal error](https://wordpress.org/support/topic-tag/fatal-error/)

 * 1 reply
 * 2 participants
 * Last reply from: [John Havlik](https://wordpress.org/support/users/mtekk/)
 * Last activity: [1 year, 6 months ago](https://wordpress.org/support/topic/fatal-error-trigger/#post-18133961)
 * Status: not resolved