Automattic / sensei

Sensei LMS - Online Courses, Quizzes, & Learning
https://senseilms.com
GNU General Public License v2.0
545 stars 198 forks source link

Fix deprecation notice on the question edit screen on PHP 8.1 #7645

Closed m1r0 closed 3 months ago

m1r0 commented 3 months ago

Part of https://github.com/Automattic/sensei/issues/7634

Proposed Changes

image

Testing Instructions

  1. Use PHP 8.1.
  2. Add define( 'WP_DEBUG_DISPLAY', true ); in wp-config.php.
  3. Go to Sensei LMS -> Questions and select any question.
  4. There should be no deprecation notice.
  5. The "Quizzes" section should be working as before.

Pre-Merge Checklist

github-actions[bot] commented 3 months ago

Test the previous changes of this PR with WordPress Playground.

github-actions[bot] commented 3 months ago

Test the previous changes of this PR with WordPress Playground.