My error logs are being flooded with hundreds of PHP Deprecated warnings. These warnings all follow the same pattern:
"Implicitly marking parameter $[parameter] as nullable is deprecated, the explicit nullable type must be used instead"
This indicates that the codebase is not fully compliant with PHP 8.1+ type-hinting requirements. Below is a summary of the affected classes and files across the WPML suite.
Can you confirm if there is a pending update to address these PHP compatibility issues? The sheer volume of logs is making it difficult to debug other site issues. I have already confirmed this is not a conflict with my theme or other non-translation plugins.
I know I could deactivate error logging but I need it to check my own code changes. Only WPML is filling up the logs.