xeno010 / Wp-Pro-Quiz

Wordpress WP-Pro-Quiz Plugin (Official)
GNU General Public License v2.0
116 stars 112 forks source link

Remove curly braces from Wp-Pro-Quiz (PHP8) #105

Closed markusbegerow closed 11 months ago

markusbegerow commented 2 years ago

In PHP8 isn't allowed to use curly braces anymore.

I will go through the code and start a migration path to get this really cool quiz to PHP8.

satyam4056 commented 2 years ago

I am having some massage displayed on my MCQ page on the top and bottom of the questions, I don't know how to remove it. Massage is as follows (Top massage:-: Array and string offset access syntax with curly braces is deprecated in on line : Array and string offset access syntax with curly braces is deprecated in on line.

Bottom massage:- DeprecatedDeprecated

/home3/satyam/onlinekitaabs.com/wp-content/plugins/wp-pro-quiz/lib/helper/WpProQuiz_Helper_Until.php/home3/satyam/onlinekitaabs.com/wp-content/plugins/wp-pro-quiz/lib/helper/WpProQuiz_Helper_Until.php127 )

Here's a photo for a better understanding, Can anyone help me to fix this.

Screenshot 2022-02-08 at 10 57 53 PM

o

markusbegerow commented 2 years ago

Hey @satyam4056,

i guess the maintenance of Wp-Pro-Quiz is out of date. I have started a migration process in my own repository. Give it a try.

Best regards