PHP 8.2 support
-
Hi! On PHP 8.2 the plugin is throwing a deprecation notice due to a dynamic property being used in
QuizTypeFrontend
trait.The issue can be fixed by defining the property:
trait QuizTypeFrontend { // ... public $current_quiz; // ... }
- The topic ‘PHP 8.2 support’ is closed to new replies.