Deprecated: trim(): Passing null to parameter #1 ($string)
Hello,
I get this error message when working on WPML transplantation of the website bettervision.eu
Deprecated: trim(): Passing null to parameter #1 ($string) of type string is deprecated in /home/XXXXXXXX/public_html/wp-content/themes/betheme/functions/theme-mega-menu.php on line 141
Please assist
Comments
Hi,
Thanks for reporting. We will correct it in the upcoming update.
Best regards
great, do you have some fix for me until it gets officially done :)
You can edit the file from the warning message and do the following:
trim($item->description) - change to -> trim($item->description ?? '')
Best regards
This fixed the error. All seems fine,
however the menu in the main language is great: - English,
but if I change to other languages - the menu is broken.
Check the screenshot.
Thanks.
Did you translate your header template to other languages?
Best regards