Deprecated: Creation of dynamic property
-
Hi, i am getting the following alerts of your plugin when visitng a single course page, i′m using php 8.3
Deprecated: Creation of dynamic property MasterStudy\Lms\Models\Course::$coming_soon_details is deprecated in?\wp-content\plugins\masterstudy-lms-learning-management-system\includes\Repositories\CourseRepository.php?on line?554Deprecated: Creation of dynamic property MasterStudy\Lms\Models\Course::$coming_soon_price is deprecated in?\wp-content\plugins\masterstudy-lms-learning-management-system\includes\Repositories\CourseRepository.php?on line?555
Deprecated: Creation of dynamic property MasterStudy\Lms\Models\Course::$thumbnail is deprecated in?\wp-content\plugins\masterstudy-lms-learning-management-system\includes\Repositories\CourseRepository.php?on line?561
Deprecated: Creation of dynamic property MasterStudy\Lms\Models\Course::$full_image is deprecated in?\wp-content\plugins\masterstudy-lms-learning-management-system\includes\Repositories\CourseRepository.php?on line?562
Seems you can fix this by adding on your plugin file \masterstudy-lms-learning-management-system\includes\Models\Course.php
public bool $coming_soon_details; public bool $coming_soon_price; public ?array $thumbnail; public ?array $full_image;
Regards
- The topic ‘Deprecated: Creation of dynamic property’ is closed to new replies.