Testing Suspended

Testing of this plugin has been temporarily suspended due to an error. It will automatically resume when a new plugin version is released.

Masteriyo - LMS for WordPress 1.6.15

Does Masteriyo - LMS for WordPress work with WordPress 6.3.2 and PHP 8.1.12? A smoke test was performed on .

Summary

Errors
913PHP deprecation warnings
No JavaScript exceptions
All test pages loaded successfully
No resource errors
Performance

Memory usage: 1.32 MiB
The average PHP memory usage increased by this amount after activating by the plugin.

Page speed impact: 0.431 seconds
The average page load time increased by this amount after activating the plugin.

Environment
WordPress version6.3.2
PHP version8.1.12
MySQL version10.6.10
PHP memory limit512M
Plugin Info
Last updated
Active installs 3,000+
WordPress.org page https://wordpress.org/plugins/learning-management-system/
Badges

WordPress compatibility badge PHP compatibility badge

Get badge code

Pages 4

Masteriyo LMS - Onboarding

Page screenshot: Masteriyo LMS - Onboarding
URL /wp-admin/index.php?page=masteriyo-onboard
Requested URL /wp-admin/plugins.php?action=activate&plugin=learning-management-system%2Flms.php&plugin_status=all&paged=1&s&_wpnonce=042d08e3b8
Aspect after-activation
HTTP status 200
Load time 1.908 s
Memory usage N/A
JS errors None
Resource errors None

Masteriyo

Page screenshot: Masteriyo
URL /wp-admin/admin.php?page=masteriyo
Aspect menu-item
HTTP status 200
Load time 1.225 s
Memory usage 3.84 MiB
JS errors None
Resource errors None

Tools → Scheduled Actions

Page screenshot: Tools → Scheduled Actions
URL /wp-admin/tools.php?page=action-scheduler
Aspect menu-item
HTTP status 200
Load time 0.386 s
Memory usage 3.88 MiB
JS errors None
Resource errors None

Test site – Just another WordPress site

Page screenshot: Test site – Just another WordPress site
URL /
Aspect front-page
HTTP status 200
Load time 0.339 s
Memory usage 4.23 MiB
JS errors None
Resource errors None

Benchmark

URL Load time Memory usage
Inactive Active Change Inactive Active Change
/wp-admin/index.php0.342 s0.465 s+0.123 s2.83 MiB3.91 MiB+ 1.08 MiB
/wp-admin/edit.php0.184 s0.727 s+0.543 s2.85 MiB3.96 MiB+ 1.11 MiB
/wp-admin/post-new.php0.704 s1.185 s+0.481 s5.22 MiB7.92 MiB+ 2.71 MiB
/wp-admin/upload.php0.508 s1.692 s+1.184 s2.77 MiB3.79 MiB+ 1.02 MiB
/wp-admin/options-writing.php0.230 s0.493 s+0.263 s2.77 MiB3.79 MiB+ 1.02 MiB
/wp-admin/media-new.php0.291 s0.380 s+0.089 s2.74 MiB3.79 MiB+ 1.05 MiB
/wp-admin/edit-tags.php?taxonomy=category0.203 s0.376 s+0.173 s2.76 MiB3.85 MiB+ 1.09 MiB
/wp-admin/post-new.php?post_type=page0.525 s0.762 s+0.237 s5.21 MiB7.47 MiB+ 2.26 MiB
/wp-admin/options-discussion.php0.211 s1.807 s+1.596 s2.75 MiB3.79 MiB+ 1.04 MiB
/wp-admin/edit-comments.php0.220 s0.393 s+0.173 s2.78 MiB3.86 MiB+ 1.08 MiB
/0.417 s0.299 s-0.118 s3.13 MiB4.23 MiB+ 1.1 MiB
Average 0.349 s0.780 s+0.431 s3.26 MiB4.58 MiB+ 1.32 MiB

Code Statistics

Note: Third-party libraries and minified JS/CSS files are excluded from these statistics where possible, so the numbers you see here may be lower than those reported by other tools.

PHP
YAML
Language % Lines of code Comment lines Files
PHP63.9%70,02653,447587
YAML16.5%18,05001
JSON6.4%6,96502
CSS5.3%5,81426
TypeScript5.2%5,7281280
JavaScript1.8%1,96021621
Sass0.5%53318
SVG0.5%532080
Markdown0.0%2601
Bourne Shell0.0%1421
Total 109,648 53,680 787

PHP Code Analysis | More results »

Lines of code 63,509
Total complexity 9,867
Median class complexity 9.0
Median method complexity 1.0
Most complex class Masteriyo\Models\Course
Most complex function Masteriyo\RestApi\Controllers\Version1\SettingsController::get_item_schema()
Classes 419
Methods 3,425
Functions 437

Additions

Things that the plugin adds to the site. This section is not intended to be comprehensive. The test tool only looks for a few specific types of added content.

Database Tables 10

Options wp_options 9

Custom Post Types 8

ID Name
mto-courseCourses
mto-lessonLessons
mto-sectionSections
mto-quizQuizzes
mto-questionQuestions
mto-orderOrders
mto-webhookWebhooks
scheduled-actionScheduled Actions

Roles 2

ID Name
masteriyo_instructorMasteriyo Instructor
masteriyo_studentMasteriyo Student

Capabilities 108

PHP Error Log 913 lines

[14-Oct-2023 20:07:09 UTC] PHP Deprecated:  Optional parameter $num_of_paragraphs declared before required parameter $lesson_names is implicitly treated as a required parameter in /wp-content/plugins/learning-management-system/includes/Helper/OpenAI.php on line 49
[14-Oct-2023 20:07:09 UTC] PHP Deprecated:  Optional parameter $course_highlight_points declared before required parameter $lesson_names is implicitly treated as a required parameter in /wp-content/plugins/learning-management-system/includes/Helper/OpenAI.php on line 49
[14-Oct-2023 20:07:12 UTC] PHP Deprecated:  Return type of Masteriyo\DateTime::setTimezone($timezone) should either be compatible with DateTime::setTimezone(DateTimeZone $timezone): DateTime, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/learning-management-system/includes/DateTime.php on line 59
[14-Oct-2023 20:07:12 UTC] PHP Deprecated:  Return type of Masteriyo\DateTime::getOffset() should either be compatible with DateTime::getOffset(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/learning-management-system/includes/DateTime.php on line 49
[14-Oct-2023 20:07:12 UTC] PHP Deprecated:  Return type of Masteriyo\DateTime::getTimestamp() should either be compatible with DateTime::getTimestamp(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/learning-management-system/includes/DateTime.php on line 70
[14-Oct-2023 20:07:12 UTC] PHP Deprecated:  stripos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-content/plugins/learning-management-system/includes/Repository/AbstractRepository.php on line 207
[14-Oct-2023 20:07:12 UTC] PHP Deprecated:  stripos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-content/plugins/learning-management-system/includes/Repository/AbstractRepository.php on line 207
[14-Oct-2023 20:07:12 UTC] PHP Deprecated:  stripos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-content/plugins/learning-management-system/includes/Repository/AbstractRepository.php on line 207
[14-Oct-2023 20:07:12 UTC] PHP Deprecated:  stripos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-content/plugins/learning-management-system/includes/Repository/AbstractRepository.php on line 207
[14-Oct-2023 20:07:12 UTC] PHP Deprecated:  stripos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-content/plugins/learning-management-system/includes/Repository/AbstractRepository.php on line 207
[14-Oct-2023 20:07:12 UTC] PHP Deprecated:  stripos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-content/plugins/learning-management-system/includes/Repository/AbstractRepository.php on line 207
[14-Oct-2023 20:07:12 UTC] PHP Deprecated:  stripos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-content/plugins/learning-management-system/includes/Repository/AbstractRepository.php on line 207
[14-Oct-2023 20:07:12 UTC] PHP Deprecated:  stripos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-content/plugins/learning-management-system/includes/Repository/AbstractRepository.php on line 207
[14-Oct-2023 20:07:12 UTC] PHP Deprecated:  stripos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-content/plugins/learning-management-system/includes/Repository/AbstractRepository.php on line 207
[14-Oct-2023 20:07:12 UTC] PHP Deprecated:  stripos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-content/plugins/learning-management-system/includes/Repository/AbstractRepository.php on line 207
[14-Oct-2023 20:07:12 UTC] PHP Deprecated:  stripos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-content/plugins/learning-management-system/includes/Repository/AbstractRepository.php on line 207
[14-Oct-2023 20:07:12 UTC] PHP Deprecated:  stripos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-content/plugins/learning-management-system/includes/Repository/AbstractRepository.php on line 207
[14-Oct-2023 20:07:12 UTC] PHP Deprecated:  stripos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-content/plugins/learning-management-system/includes/Repository/AbstractRepository.php on line 207
[14-Oct-2023 20:07:12 UTC] PHP Deprecated:  stripos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-content/plugins/learning-management-system/includes/Repository/AbstractRepository.php on line 207
[14-Oct-2023 20:07:12 UTC] PHP Deprecated:  stripos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-content/plugins/learning-management-system/includes/Repository/AbstractRepository.php on line 207
[14-Oct-2023 20:07:12 UTC] PHP Deprecated:  stripos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-content/plugins/learning-management-system/includes/Repository/AbstractRepository.php on line 207
[14-Oct-2023 20:07:12 UTC] PHP Deprecated:  stripos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-content/plugins/learning-management-system/includes/Repository/AbstractRepository.php on line 207
[14-Oct-2023 20:07:12 UTC] PHP Deprecated:  stripos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-content/plugins/learning-management-system/includes/Repository/AbstractRepository.php on line 207
[14-Oct-2023 20:07:12 UTC] PHP Deprecated:  stripos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-content/plugins/learning-management-system/includes/Repository/AbstractRepository.php on line 207
[14-Oct-2023 20:07:12 UTC] PHP Deprecated:  stripos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-content/plugins/learning-management-system/includes/Repository/AbstractRepository.php on line 207
[14-Oct-2023 20:07:12 UTC] PHP Deprecated:  stripos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-content/plugins/learning-management-system/includes/Repository/AbstractRepository.php on line 207
[14-Oct-2023 20:07:12 UTC] PHP Deprecated:  stripos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-content/plugins/learning-management-system/includes/Repository/AbstractRepository.php on line 207
[14-Oct-2023 20:07:12 UTC] PHP Deprecated:  stripos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-content/plugins/learning-management-system/includes/Repository/AbstractRepository.php on line 207
[14-Oct-2023 20:07:12 UTC] PHP Deprecated:  stripos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-content/plugins/learning-management-system/includes/Repository/AbstractRepository.php on line 207
[14-Oct-2023 20:07:12 UTC] PHP Deprecated:  stripos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-content/plugins/learning-management-system/includes/Repository/AbstractRepository.php on line 207
[14-Oct-2023 20:07:12 UTC] PHP Deprecated:  stripos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-content/plugins/learning-management-system/includes/Repository/AbstractRepository.php on line 207
[14-Oct-2023 20:07:12 UTC] PHP Deprecated:  stripos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-content/plugins/learning-management-system/includes/Repository/AbstractRepository.php on line 207
[14-Oct-2023 20:07:12 UTC] PHP Deprecated:  stripos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-content/plugins/learning-management-system/includes/Repository/AbstractRepository.php on line 207
[14-Oct-2023 20:07:12 UTC] PHP Deprecated:  stripos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-content/plugins/learning-management-system/includes/Repository/AbstractRepository.php on line 207
[14-Oct-2023 20:07:12 UTC] PHP Deprecated:  stripos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-content/plugins/learning-management-system/includes/Repository/AbstractRepository.php on line 207
[14-Oct-2023 20:07:12 UTC] PHP Deprecated:  stripos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-content/plugins/learning-management-system/includes/Repository/AbstractRepository.php on line 207
[14-Oct-2023 20:07:12 UTC] PHP Deprecated:  stripos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-content/plugins/learning-management-system/includes/Repository/AbstractRepository.php on line 207
[14-Oct-2023 20:07:12 UTC] PHP Deprecated:  stripos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-content/plugins/learning-management-system/includes/Repository/AbstractRepository.php on line 207
[14-Oct-2023 20:07:12 UTC] PHP Deprecated:  stripos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-content/plugins/learning-management-system/includes/Repository/AbstractRepository.php on line 207
[14-Oct-2023 20:07:12 UTC] PHP Deprecated:  stripos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-content/plugins/learning-management-system/includes/Repository/AbstractRepository.php on line 207
[14-Oct-2023 20:07:12 UTC] PHP Deprecated:  stripos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-content/plugins/learning-management-system/includes/Repository/AbstractRepository.php on line 207
[14-Oct-2023 20:07:12 UTC] PHP Deprecated:  stripos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-content/plugins/learning-management-system/includes/Repository/AbstractRepository.php on line 207
[14-Oct-2023 20:07:12 UTC] PHP Deprecated:  stripos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-content/plugins/learning-management-system/includes/Repository/AbstractRepository.php on line 207
[14-Oct-2023 20:07:12 UTC] PHP Deprecated:  stripos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-content/plugins/learning-management-system/includes/Repository/AbstractRepository.php on line 207
[14-Oct-2023 20:07:12 UTC] PHP Deprecated:  stripos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-content/plugins/learning-management-system/includes/Repository/AbstractRepository.php on line 207
[14-Oct-2023 20:07:12 UTC] PHP Deprecated:  stripos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-content/plugins/learning-management-system/includes/Repository/AbstractRepository.php on line 207
[14-Oct-2023 20:07:12 UTC] PHP Deprecated:  stripos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-content/plugins/learning-management-system/includes/Repository/AbstractRepository.php on line 207
[14-Oct-2023 20:07:12 UTC] PHP Deprecated:  stripos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-content/plugins/learning-management-system/includes/Repository/AbstractRepository.php on line 207
[14-Oct-2023 20:07:12 UTC] PHP Deprecated:  stripos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-content/plugins/learning-management-system/includes/Repository/AbstractRepository.php on line 207
[14-Oct-2023 20:07:12 UTC] PHP Deprecated:  stripos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-content/plugins/learning-management-system/includes/Repository/AbstractRepository.php on line 207
[14-Oct-2023 20:07:12 UTC] PHP Deprecated:  stripos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-content/plugins/learning-management-system/includes/Repository/AbstractRepository.php on line 207
[14-Oct-2023 20:07:12 UTC] PHP Deprecated:  stripos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-content/plugins/learning-management-system/includes/Repository/AbstractRepository.php on line 207
[14-Oct-2023 20:07:12 UTC] PHP Deprecated:  stripos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-content/plugins/learning-management-system/includes/Repository/AbstractRepository.php on line 207
[14-Oct-2023 20:07:12 UTC] PHP Deprecated:  stripos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-content/plugins/learning-management-system/includes/Repository/AbstractRepository.php on line 207
[14-Oct-2023 20:07:12 UTC] PHP Deprecated:  stripos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-content/plugins/learning-management-system/includes/Repository/AbstractRepository.php on line 207
[14-Oct-2023 20:07:13 UTC] PHP Deprecated:  Return type of Masteriyo\DateTime::setTimezone($timezone) should either be compatible with DateTime::setTimezone(DateTimeZone $timezone): DateTime, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/learning-management-system/includes/DateTime.php on line 59
[14-Oct-2023 20:07:13 UTC] PHP Deprecated:  Return type of Masteriyo\DateTime::getOffset() should either be compatible with DateTime::getOffset(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/learning-management-system/includes/DateTime.php on line 49
[14-Oct-2023 20:07:13 UTC] PHP Deprecated:  Return type of Masteriyo\DateTime::getTimestamp() should either be compatible with DateTime::getTimestamp(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/learning-management-system/includes/DateTime.php on line 70
[14-Oct-2023 20:07:13 UTC] PHP Deprecated:  stripos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-content/plugins/learning-management-system/includes/Repository/AbstractRepository.php on line 207
[14-Oct-2023 20:07:13 UTC] PHP Deprecated:  stripos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-content/plugins/learning-management-system/includes/Repository/AbstractRepository.php on line 207
[14-Oct-2023 20:07:13 UTC] PHP Deprecated:  stripos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-content/plugins/learning-management-system/includes/Repository/AbstractRepository.php on line 207
[14-Oct-2023 20:07:13 UTC] PHP Deprecated:  stripos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-content/plugins/learning-management-system/includes/Repository/AbstractRepository.php on line 207
[14-Oct-2023 20:07:13 UTC] PHP Deprecated:  stripos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-content/plugins/learning-management-system/includes/Repository/AbstractRepository.php on line 207
[14-Oct-2023 20:07:13 UTC] PHP Deprecated:  stripos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-content/plugins/learning-management-system/includes/Repository/AbstractRepository.php on line 207
[14-Oct-2023 20:07:13 UTC] PHP Deprecated:  stripos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-content/plugins/learning-management-system/includes/Repository/AbstractRepository.php on line 207
[14-Oct-2023 20:07:13 UTC] PHP Deprecated:  stripos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-content/plugins/learning-management-system/includes/Repository/AbstractRepository.php on line 207
[14-Oct-2023 20:07:13 UTC] PHP Deprecated:  stripos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-content/plugins/learning-management-system/includes/Repository/AbstractRepository.php on line 207
[14-Oct-2023 20:07:13 UTC] PHP Deprecated:  stripos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-content/plugins/learning-management-system/includes/Repository/AbstractRepository.php on line 207
[14-Oct-2023 20:07:13 UTC] PHP Deprecated:  stripos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-content/plugins/learning-management-system/includes/Repository/AbstractRepository.php on line 207
[14-Oct-2023 20:07:13 UTC] PHP Deprecated:  stripos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-content/plugins/learning-management-system/includes/Repository/AbstractRepository.php on line 207
[14-Oct-2023 20:07:13 UTC] PHP Deprecated:  stripos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-content/plugins/learning-management-system/includes/Repository/AbstractRepository.php on line 207
[14-Oct-2023 20:07:13 UTC] PHP Deprecated:  stripos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-content/plugins/learning-management-system/includes/Repository/AbstractRepository.php on line 207
[14-Oct-2023 20:07:13 UTC] PHP Deprecated:  stripos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-content/plugins/learning-management-system/includes/Repository/AbstractRepository.php on line 207
[14-Oct-2023 20:07:13 UTC] PHP Deprecated:  stripos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-content/plugins/learning-management-system/includes/Repository/AbstractRepository.php on line 207
[14-Oct-2023 20:07:13 UTC] PHP Deprecated:  stripos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-content/plugins/learning-management-system/includes/Repository/AbstractRepository.php on line 207
[14-Oct-2023 20:07:13 UTC] PHP Deprecated:  stripos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-content/plugins/learning-management-system/includes/Repository/AbstractRepository.php on line 207
[14-Oct-2023 20:07:13 UTC] PHP Deprecated:  stripos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-content/plugins/learning-management-system/includes/Repository/AbstractRepository.php on line 207
[14-Oct-2023 20:07:13 UTC] PHP Deprecated:  stripos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-content/plugins/learning-management-system/includes/Repository/AbstractRepository.php on line 207
[14-Oct-2023 20:07:13 UTC] PHP Deprecated:  stripos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-content/plugins/learning-management-system/includes/Repository/AbstractRepository.php on line 207
[14-Oct-2023 20:07:13 UTC] PHP Deprecated:  stripos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-content/plugins/learning-management-system/includes/Repository/AbstractRepository.php on line 207
[14-Oct-2023 20:07:13 UTC] PHP Deprecated:  stripos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-content/plugins/learning-management-system/includes/Repository/AbstractRepository.php on line 207
[14-Oct-2023 20:07:13 UTC] PHP Deprecated:  stripos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-content/plugins/learning-management-system/includes/Repository/AbstractRepository.php on line 207
[14-Oct-2023 20:07:13 UTC] PHP Deprecated:  stripos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-content/plugins/learning-management-system/includes/Repository/AbstractRepository.php on line 207
[14-Oct-2023 20:07:13 UTC] PHP Deprecated:  stripos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-content/plugins/learning-management-system/includes/Repository/AbstractRepository.php on line 207
[14-Oct-2023 20:07:13 UTC] PHP Deprecated:  stripos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-content/plugins/learning-management-system/includes/Repository/AbstractRepository.php on line 207
[14-Oct-2023 20:07:13 UTC] PHP Deprecated:  stripos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-content/plugins/learning-management-system/includes/Repository/AbstractRepository.php on line 207
[14-Oct-2023 20:07:13 UTC] PHP Deprecated:  stripos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-content/plugins/learning-management-system/includes/Repository/AbstractRepository.php on line 207
[14-Oct-2023 20:07:13 UTC] PHP Deprecated:  stripos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-content/plugins/learning-management-system/includes/Repository/AbstractRepository.php on line 207
[14-Oct-2023 20:07:13 UTC] PHP Deprecated:  stripos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-content/plugins/learning-management-system/includes/Repository/AbstractRepository.php on line 207
[14-Oct-2023 20:07:13 UTC] PHP Deprecated:  stripos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-content/plugins/learning-management-system/includes/Repository/AbstractRepository.php on line 207
[14-Oct-2023 20:07:13 UTC] PHP Deprecated:  stripos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-content/plugins/learning-management-system/includes/Repository/AbstractRepository.php on line 207
[14-Oct-2023 20:07:13 UTC] PHP Deprecated:  stripos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-content/plugins/learning-management-system/includes/Repository/AbstractRepository.php on line 207
[14-Oct-2023 20:07:13 UTC] PHP Deprecated:  stripos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-content/plugins/learning-management-system/includes/Repository/AbstractRepository.php on line 207
[14-Oct-2023 20:07:13 UTC] PHP Deprecated:  stripos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-content/plugins/learning-management-system/includes/Repository/AbstractRepository.php on line 207
[14-Oct-2023 20:07:13 UTC] PHP Deprecated:  stripos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-content/plugins/learning-management-system/includes/Repository/AbstractRepository.php on line 207
[14-Oct-2023 20:07:13 UTC] PHP Deprecated:  stripos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-content/plugins/learning-management-system/includes/Repository/AbstractRepository.php on line 207
[14-Oct-2023 20:07:13 UTC] PHP Deprecated:  stripos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-content/plugins/learning-management-system/includes/Repository/AbstractRepository.php on line 207
[14-Oct-2023 20:07:13 UTC] PHP Deprecated:  stripos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-content/plugins/learning-management-system/includes/Repository/AbstractRepository.php on line 207
[14-Oct-2023 20:07:13 UTC] PHP Deprecated:  stripos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-content/plugins/learning-management-system/includes/Repository/AbstractRepository.php on line 207
[14-Oct-2023 20:07:13 UTC] PHP Deprecated:  stripos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-content/plugins/learning-management-system/includes/Repository/AbstractRepository.php on line 207

(+813 more lines)
See also: All tests for this plugin, How to Hide Masteriyo LMS Admin Menus