You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The underlying problem here is that if another plugin triggers a PHP error or tries to load a translation file too early, the data collection in Query Monitor can end up triggering further translation loading, which triggers further doing it wrongs. I need to look at a more fundamental change in QM so that translation strings are always deferred until the output.
After updating to WordPress 6.8-alpha-59341, I'm experiencing an infinite recursion when loading translation files.
Problem at:
query-monitor/classes/Util.php
Lines 245 to 246 in 6b66f65
The behavior of _load_textdomain_just_in_time has changed in WordPress 6.8.
Here is the monkey patch:
The text was updated successfully, but these errors were encountered: