weDevsOfficial/wp-user-frontend

php Using ${var} warning

Opened this issue · 0 comments

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";