User Verification by PickPlugins text domain incorrectly loaded

Ticket for: User Verification
0
User Verification by PickPlugins text domain incorrectly loaded 1
Glynn Quelch
Apr 22, 2025 07:59 PM 0 Answers
Member Since Jan 1970
Unsolved Solved Mark as Solved Mark as Unsolved
Subscribed Subscribe Not subscribe
Flag(0)

Whenever the User Verification by PickPlugins is on one of our sites, we are noticing the error log just getting flooded with
```

[16-Apr-2025 21:40:30 UTC] PHP Notice:  Function _load_textdomain_just_in_time was called <strong>incorrectly</strong>. Translation loading for the <code>user-verification</code> 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 <code>init</code> action or later. Please see <a href="https://developer.wordpress.org/advanced-administration/debug/debug-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 6.7.0.) in /wordpress/core/6.8/wp-includes/functions.php on line 6121
[16-Apr-2025 21:40:30 UTC] PHP Notice:  Function _load_textdomain_just_in_time was called <strong>incorrectly</strong>. Translation loading for the <code>user-verification</code> 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 <code>init</code> action or later. Please see <a href="https://developer.wordpress.org/advanced-administration/debug/debug-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 6.7.0.) in /wordpress/core/6.8/wp-includes/functions.php on line 6121
[16-Apr-2025 21:40:30 UTC] PHP Notice:  Function _load_textdomain_just_in_time was called <strong>incorrectly</strong>. Translation loading for the <code>user-verification</code> 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 <code>init</code> action or later. Please see <a href="https://developer.wordpress.org/advanced-administration/debug/debug-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 6.7.0.) in /wordpress/core/6.8/wp-includes/functions.php on line 6121
[16-Apr-2025 21:40:30 UTC] PHP Notice:  Function _load_textdomain_just_in_time was called <strong>incorrectly</strong>. Translation loading for the <code>user-verification</code> 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 <code>init</code> action or later. Please see <a href="https://developer.wordpress.org/advanced-administration/debug/debug-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 6.7.0.) in /wordpress/core/6.8/wp-includes/functions.php on line 6121
[16-Apr-2025 21:40:30 UTC] PHP Notice:  Function _load_textdomain_just_in_time was called <strong>incorrectly</strong>. Translation loading for the <code>user-verification</code> 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 <code>init</code> action or later. Please see <a href="https://developer.wordpress.org/advanced-administration/debug/debug-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 6.7.0.) in /wordpress/core/6.8/wp-includes/functions.php on line 6121
[16-Apr-2025 21:40:30 UTC] PHP Notice:  Function _load_textdomain_just_in_time was called <strong>incorrectly</strong>. Translation loading for the <code>user-verification</code> 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 <code>init</code> action or later. Please see <a href="https://developer.wordpress.org/advanced-administration/debug/debug-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 6.7.0.) in /wordpress/core/6.8/wp-includes/functions.php on line 6121

```
Can this be fixed in the next release? One of our partners has installed this on a large volume site and this is generating GB or errors and we are missing potentially important ones.

As its on a clients site and its not soemthing we added, im not 100% sure what the use case was, so i cant really test it but. Just wrapping the new UserVerification(); at the end of user-verification.php in init hook with a priority of 1 stopped the error (but cant check it all still works as you expect)

```
add_action(
'init',
function () {
newUserVerification();
},
1
);

```

Please email me if you need more details. if you want to debug this locally, just enable debug log, activate and navigate around, the log soon gets entries.

0 Subscribers
Submit Answer
Please login to submit answer.
0 Answers
Sort By: