Background of the issue:
I am trying to change the PHP version to 8.3. I expected to see no deprecated errors. WPML CMS Nav is on version 1.5.5.
Symptoms:
Deprecated: Creation of dynamic property wpml_cms_nav_cache::$name is deprecated in /wp-content/plugins/wpml-cms-nav/inc/cache.class.php on line 36. Deprecated: Creation of dynamic property wpml_cms_nav_cache::$cache_to_option is deprecated in /wp-content/plugins/wpml-cms-nav/inc/cache.class.php on line 37.
Questions:
How can I resolve the deprecated errors when changing the PHP version?