weDevsOfficial / wp-user-frontend

A WordPress plugin that brings many backend functionality to the site frontend
https://wordpress.org/plugins/wp-user-frontend/
227 stars 146 forks source link

php Using ${var} warning #1449

Open sapayth opened 8 months ago

sapayth commented 8 months ago

Inn PHP 8.2 that’s following warning is showing in error log: PHP Deprecated: Using ${var} in strings is deprecated $success_query = "wpuf_${gateway}_success"; should be $success_query = "wpuf_{$gateway}_success";