Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

function load_plugin_textdomain was called incorrectly. In WP6.7 #356

Open
ipajen opened this issue Oct 3, 2024 · 1 comment
Open

function load_plugin_textdomain was called incorrectly. In WP6.7 #356

ipajen opened this issue Oct 3, 2024 · 1 comment

Comments

@ipajen
Copy link

ipajen commented Oct 3, 2024

Bug Report

Description

function load_plugin_textdomain was called incorrectly. In WP 6.7 beta1

Environment

  • WordPress: 6.7-beta1
  • PHP: 8.3.11
  • Server: LiteSpeed
  • Database: mysqli (Server: 10.6.19-MariaDB / Client: mysqlnd 8.3.11)
  • Browser: Safari 18.0 (Mobile) (iPhone)
  • Theme: Twenty Twenty-Four 1.2
  • MU-Plugins:
    • block-automation-by-installatron.php
    • Health Check Troubleshooting Mode 1.9.2
    • ManageWP - Worker Loader 1.0.0
  • Plugins:
    • Code Snippets 3.6.5.1
    • Health Check & Troubleshooting 1.7.1
    • PHP Compatibility Checker 1.6.3
    • Query Monitor 3.16.4
    • WordPress Beta Tester 3.5.6

function load_plugin_textdomain was called incorrectly. Attempted to load translations for the wpe-php-compat 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. (This message was added in version 6.7.0.)

load_plugin_textdomain() wp-includes/l10n.php:1003 WPEngine_PHPCompat\wpe_phpcompat_loader() wp-content/plugins/php-compatibility-checker/wpengine-phpcompat.php:36 do_action('plugins_loaded') wp-includes/plugin.php:517

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants
@ipajen and others