surveywp / kk-star-ratings

kk Star Ratings wordpress plugin
https://wordpress.org/plugins/kk-star-ratings
Other
118 stars 44 forks source link

PHP Deprecated 8.2 #139

Open wordpressvn opened 6 months ago

wordpressvn commented 6 months ago

Instructions for resolving the given error:

Navigate to the file path "kk-star-ratings\src\functions\dusk_attr.php."

Locate the variable named ${name} in the file and modify it to {$name}.

Next, go to the file path "kk-star-ratings\src\functions\autoload_class.php" and "kk-star-ratings\src\functions\autoload_function.php."

In both files, find the variable named ${fqcn} and update it to {$fqcn}.

By following these steps, you should be able to fix the specified error related to the mentioned file paths and variable modifications.