You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add define( 'WP_DEBUG_DISPLAY', true ); and define( 'WP_DEBUG_LOG', true ); in wp-config.php.
Assign a certificate template to a course.
Finish the course and view the certificate.
Open your wp-content/debug.log.
What I Expected
No deprecation notices.
What Happened Instead
[07-Aug-2024 13:23:52 UTC] PHP Deprecated: Function utf8_decode() is deprecated in /Users/m1r0/Projects/sensei-certificates/classes/class-woothemes-sensei-pdf-certificate.php on line 385
[07-Aug-2024 13:23:52 UTC] PHP Deprecated: Function utf8_decode() is deprecated in /Users/m1r0/Projects/sensei-certificates/classes/class-woothemes-sensei-pdf-certificate.php on line 256
PHP / WordPress / Sensei Certificates / Sensei LMS version
PHP: 8.2
The text was updated successfully, but these errors were encountered:
Steps to Reproduce
define( 'WP_DEBUG_DISPLAY', true );
anddefine( 'WP_DEBUG_LOG', true );
in wp-config.php.wp-content/debug.log
.What I Expected
No deprecation notices.
What Happened Instead
PHP / WordPress / Sensei Certificates / Sensei LMS version
PHP: 8.2
The text was updated successfully, but these errors were encountered: