Title: Issue after update wordpress
Last modified: April 21, 2025

---

# Issue after update wordpress

 *  Resolved [silvia1611](https://wordpress.org/support/users/silvia1611/)
 * (@silvia1611)
 * [1 year, 1 month ago](https://wordpress.org/support/topic/issue-after-update-wordpress/)
 * I’ve this problem since I updated to wordpress 6.7:
 * **Notice**: Function _load_textdomain_just_in_time was called **incorrectly**.
   Translation loading for the `woocommerce-services` domain was triggered too early.
   This is usually an indicator for some code in the plugin or theme running too
   early. Translations should be loaded at the `init` action or later. Please see
   [Debugging in WordPress](https://developer.wordpress.org/advanced-administration/debug/debug-wordpress/)
   for more information. (This message was added in version 6.7.0.) in **/app/wp-
   includes/functions.php** on line **6114**
 * I’ve seen in the forum that you recommend hiding these warnings, but this solution
   doesn’t fix the problem; it just hides it. Are you planning to release a new 
   version that actually fixes this?
 * Thanks.
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fissue-after-update-wordpress%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  [Jonayed (woo-hc)](https://wordpress.org/support/users/jonayedhosen/)
 * (@jonayedhosen)
 * [1 year, 1 month ago](https://wordpress.org/support/topic/issue-after-update-wordpress/#post-18428616)
 * Hi [@silvia1611](https://wordpress.org/support/users/silvia1611/) ,
 * Thanks for reaching out
 * The _**Notice**: Function \_load\_textdomain\_just\_in\_time was called **incorrectly**.
   Translation loading for the `woocommerce-services` domain was triggered too early_–
   it’s a common warning notice and it’s more of a heads-up from WordPress about
   how it now loads translations.
 * It’s not harmful for your site, but it is something the WordPress team is still
   keeping tabs on. You can check more about it here: [https://developer.woocommerce.com/2024/11/11/developer-advisory-translation-loading-changes-in-wordpress-6-7/](https://developer.woocommerce.com/2024/11/11/developer-advisory-translation-loading-changes-in-wordpress-6-7/)
 * As a workaround, If you’d rather not see that message showing up, you can disable
   it by adding `WP_DEBUG_DISPLAY` set to `false` in your `wp-config.php`. That 
   way, the notice stays behind the scenes while everything continues to work just
   fine. In that case, you may add the following line lines to the end of your `
   wp-config.php` file:
 *     ```wp-block-code
       define('WP_DEBUG', true);
       define('WP_DEBUG_LOG', true);
       define('WP_DEBUG_DISPLAY', false);
       ```
   
 * I hope this helps!
 *  [Mehraz Morshed](https://wordpress.org/support/users/mehrazmorshed/)
 * (@mehrazmorshed)
 * [1 year, 1 month ago](https://wordpress.org/support/topic/issue-after-update-wordpress/#post-18435030)
 * Same here!
 *  [Moses M. (woo-hc)](https://wordpress.org/support/users/mosesmedh/)
 * (@mosesmedh)
 * [1 year, 1 month ago](https://wordpress.org/support/topic/issue-after-update-wordpress/#post-18436058)
 * Hi [@mehrazmorshed](https://wordpress.org/support/users/mehrazmorshed/),
 * I understand you’re facing a similar issue, but it would be best if you could
   start a new topic. That way, we can focus on your specific case and get a clearer
   understanding of the problem.

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

The topic ‘Issue after update wordpress’ is closed to new replies.

 * ![](https://ps.w.org/woocommerce-services/assets/icon-256x256.png?rev=3234419)
 * [WooCommerce Tax (formerly WooCommerce Shipping & Tax)](https://wordpress.org/plugins/woocommerce-services/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/woocommerce-services/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/woocommerce-services/)
 * [Active Topics](https://wordpress.org/support/plugin/woocommerce-services/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/woocommerce-services/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/woocommerce-services/reviews/)

 * 3 replies
 * 4 participants
 * Last reply from: [Moses M. (woo-hc)](https://wordpress.org/support/users/mosesmedh/)
 * Last activity: [1 year, 1 month ago](https://wordpress.org/support/topic/issue-after-update-wordpress/#post-18436058)
 * Status: resolved