Seravo / seravo-plugin

Enhances WordPress with Seravo specific features and integrations
https://seravo.com/
GNU General Public License v2.0
37 stars 16 forks source link

Improve PHP 8.2 compatibility #688

Closed JoosuaKoskinen closed 1 year ago

JoosuaKoskinen commented 1 year ago

What are the main changes in this PR?

PHP 8.2 has deprecated ${variable} format in favor of {$variable}.

Manual testing steps?