I don’t know when bugfix is coming, but the problem came with the automatic upgrade to 6.6.4 of core WP.
- install the plugin called ‘WP Downgrade | Specific Core Version‘ –> settings, and type the previous version of WP which is 6.6.2 and save the modification.
- on the dashboard you have to re-install the core WP-version that is now set to 6.6.2 and problem solved.
- till the bugfix comes, it might be ideal to turn off automatic upgrades to the lastest version. Hardly ideal, but it’s still better than having a website in various languages.
Simply add this shortcode to the wp-config.php file before the /* That’s all, stop editing */ line: define( ‘WP_AUTO_UPDATE_CORE’, false );
- don’t forget to update to the lastest version of WP, turn on automatic updates for security reasons when this is all fixed.