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
When I enable WP debug mode I have this error message:
Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the pods 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 /home/sitedomain/public_html/wp-includes/functions.php on line 6115
Description
When I enable WP debug mode I have this error message:
WP version: 6.7.1
Pods - Custom Content Types and Fields version: 3.2.8.1
Well updating lines 154,155,156 of pods/classesPodsInit.php to the following hides / fixes this error. Not sure If this is the exact fix.
Version
3.2.8.1
Testing Instructions
Enable debug mode
define( 'WP_DEBUG', true );
No response
Screenshots / Screencast
No response
Possible Workaround
Well updating lines 154,155,156 of pods/classesPodsInit.php to the following hides / fixes this error. Not sure If this is the exact fix.
Site Health Information
Pods Package
The text was updated successfully, but these errors were encountered: