Still get ${var} deprecated notice on PHP 8.2

It’s january 2024 and we’re still getting the deprecation notice
**Deprecated** : Using ${var} in strings is deprecated, use {$var} instead

This is really annoying for developers as we all keep WP_DEBUG to true and the notice shifts layout even on the frontend.

It’s a two char change, can you please fix it asap? It has been noticed since July, all our development environment are on PHP 8 and almost all other plugin vendors fixed their deprecation notices.

I can provide a pull request if you let me, but please help us.
Many thanks,
C.

The product team has fixed a number of deprecation notices like these in recent sprints, with more planned for future sprints. The fixes will be included in upcoming updates.

1 Like