Background of the issue:
I am trying to get rid of deprecation notices. I expected to see no deprecation notices in my error log.
Symptoms:
Using ${var} in strings is deprecated, use {$var} instead in wp-content/plugins/sitepress-multilingual-cms/classes/API/REST/class-wpml-ate-proxy.php on line 128. Deprecated: Using ${var} in strings is deprecated, use {$var} instead in wp-content/plugins/sitepress-multilingual-cms/classes/API/REST/class-wpml-ate-proxy.php on line 128.
Questions:
How can I get rid of deprecation notices in the WPML plugin?
Is there an update or fix available for the deprecated usage of ${var} in strings?
The topic ‘[Closed] Deprecated notices in plugin’ is closed to new replies.