Title: wpcli warnings after plugin activation
Last modified: April 27, 2026

---

# wpcli warnings after plugin activation

 *  Resolved [zabarabab](https://wordpress.org/support/users/zabarabab/)
 * (@zabarabab)
 * [1 month, 1 week ago](https://wordpress.org/support/topic/wpcli-warnings-after-plugin-activation/)
 * I get wpcli warnings after plugin activation:
 * 
   sudo -u wpcli wp plugin activate all-in-one-wp-migrationPlugin ‘all-in-one-wp-
   migration’ activated.Success: Activated 1 of 1 plugins.wptesting:/srv/wordpress
   $ sudo -u wpcli wp –helpPHP Notice: Function _load_textdomain_just_in_time was
   called **incorrectly**. Translation loading for the `all-in-one-wp-migration`
   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 /srv/wordpress/
   wp-includes/functions.php on line 6131Notice: Function _load_textdomain_just_in_time
   was called **incorrectly**. Translation loading for the `all-in-one-wp-migration`
   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 /srv/wordpress/
   wp-includes/functions.php on line 6131

Viewing 1 replies (of 1 total)

 *  Plugin Author [Yani](https://wordpress.org/support/users/yaniiliev/)
 * (@yaniiliev)
 * [1 month, 1 week ago](https://wordpress.org/support/topic/wpcli-warnings-after-plugin-activation/#post-18897451)
 * Hi zabarabab,
 * I hope you are well.
 * This is a cosmetic notice introduced in WordPress 6.7 and does not affect the
   plugin’s functionality. It appears specifically in WP-CLI context because the
   plugin registers its CLI command during plugins_loaded, which triggers translation
   loading before the init action.
 * This notice is harmless and can be safely ignored. We are aware of it and plan
   to address it in a future release.
 * If you’d like to suppress the notice in the meantime, you can add –quiet to your
   WP-CLI commands or set WP_DEBUG to false in your wp-config.php.
 * In the meantime, we will check what we can improve in the plugin to resolve this.

Viewing 1 replies (of 1 total)

You must be [logged in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fwpcli-warnings-after-plugin-activation%2F%3Foutput_format%3Dmd&locale=en_US)
to reply to this topic.

 * ![](https://ps.w.org/all-in-one-wp-migration/assets/icon-256x256.png?rev=2458334)
 * [All-in-One WP Migration and Backup](https://wordpress.org/plugins/all-in-one-wp-migration/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/all-in-one-wp-migration/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/all-in-one-wp-migration/)
 * [Active Topics](https://wordpress.org/support/plugin/all-in-one-wp-migration/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/all-in-one-wp-migration/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/all-in-one-wp-migration/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Yani](https://wordpress.org/support/users/yaniiliev/)
 * Last activity: [1 month, 1 week ago](https://wordpress.org/support/topic/wpcli-warnings-after-plugin-activation/#post-18897451)
 * Status: resolved