WPIntell

Source evidence

Translation related notice after updating to WP 6.7

Fonts Plugin | Google Fonts, Adobe Fonts & Upload Fonts · support · 2024-11-16T19:13:00+00:00

mixedsentiment
mediumseverity
0.78relevance
3replies
Evidence linked to opportunitycommercial context

Proof Health

Open evidence

Commercial opportunities need traceable source links before they are treated as build-worthy.

5 / 27 rows with source links

18.5% of this page's analysis has direct source links.

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

22 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

support
Guido resolved
Hi Danny, After updating to WP 6.7 I’m getting this notice: Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the olympus-google-fonts 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. But strangely enough you are loading it at init action . So I was not able to fix this for myself. I notice that multiple plugins have this error after WP was updated. More info at the Make WP Core page. My site-language is non-English, debugging is turned on. Guido Hi again, Found it, it’s because of using the plugin_loaded function in this file . When changing this to init , the notice is gone. Don’t know whether you can simply change this to init or not. Guido Thank you for the help debugging this @guido07111975 . I’ve now pushed a fix so the error should no longer be shown for Fonts Plugin. Let me know if I can help with anything else. Thanks again! Hi Danny, I hereby confirm it’s fixed, thanks! Guido

Comments

3 shown
Guido 2024-11-17T16:36:00+00:00

Hi again, Found it, it’s because of using the plugin_loaded function in this file . When changing this to init , the notice is gone. Don’t know whether you can simply change this to init or not. Guido

DannyCooper 2024-11-18T10:48:00+00:00

Thank you for the help debugging this @guido07111975 . I’ve now pushed a fix so the error should no longer be shown for Fonts Plugin. Let me know if I can help with anything else. Thanks again!

Guido 2024-11-18T17:02:00+00:00

Hi Danny, I hereby confirm it’s fixed, thanks! Guido