the-seo-framework icon indicating copy to clipboard operation
the-seo-framework copied to clipboard

Warning in a site running WP 6.7 beta1

Open mrleemon opened this issue 4 months ago • 1 comments

Describe the bug The following warning appears when trying your plugin in WP 6.7 beta1: Notice: Function load_plugin_textdomain was called incorrectly. Attempted to load translations for the autodescription domain too early. Translations should be loaded after the after_setup_theme action has fired, to ensure that the current user is already set up. 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 xxxxxxxxxx\wp-includes\functions.php on line 6099

How to reproduce the bug Steps to reproduce the behavior:

  1. Install WordPress Beta Tester plugin in a site running WP 6.7 beta1
  2. Add define( 'WP_DEBUG', true ); to the wp-config.php file
  3. Bug occurs.

Expected behavior No warning

mrleemon avatar Oct 02 '24 08:10 mrleemon