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

Warning in WordPress 6.7.0 #11

Open
ajaydsouza opened this issue Oct 6, 2024 · 0 comments
Open

Warning in WordPress 6.7.0 #11

ajaydsouza opened this issue Oct 6, 2024 · 0 comments
Labels
Milestone

Comments

@ajaydsouza
Copy link
Collaborator

add_action( 'plugins_loaded', 'ald_acc_lang_init' );

This throws an error as it needs to be used at init.

Function load_plugin_textdomain was called incorrectly. Attempted to load translations for the autoclose 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.)

@ajaydsouza ajaydsouza added the bug label Oct 6, 2024
@ajaydsouza ajaydsouza added this to the 2.3.0 milestone Oct 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant