Watu Quiz 3.4

Does Watu Quiz work with WordPress 6.3 and PHP 8.1.12? A smoke test was performed on .

Summary

Errors
231PHP deprecation warnings
6Database errors
No JavaScript exceptions
All test pages loaded successfully
No resource errors
Performance

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

Page speed impact: insignificant.
The plugin didn't make the site noticeably slower.

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

WordPress compatibility badge PHP compatibility badge

Get badge code

Pages 6

Plugins ‹ Test site — WordPress

Page screenshot: Plugins ‹ Test site — WordPress
URL /wp-admin/plugins.php?charsout=1305&plugin=watu%2Fwatu.php&plugin_status=all&paged=1&s
Requested URL /wp-admin/plugins.php?action=activate&plugin=watu%2Fwatu.php&plugin_status=all&paged=1&s&_wpnonce=ac26e141e8
Aspect after-activation
HTTP status 200
Load time 0.598 s
Memory usage 2.81 MiB
JS errors None
Resource errors None

Watu Quizzes

Page screenshot: Watu Quizzes
URL /wp-admin/admin.php?page=watu_exams
Aspect menu-item
HTTP status 200
Load time 0.198 s
Memory usage 2.84 MiB
JS errors None
Resource errors None

Watu Quizzes → Settings

Page screenshot: Watu Quizzes → Settings
URL /wp-admin/admin.php?page=watu_options
Aspect menu-item
HTTP status 200
Load time 0.179 s
Memory usage 2.85 MiB
JS errors None
Resource errors None

Watu Quizzes → Social Sharing

Page screenshot: Watu Quizzes → Social Sharing
URL /wp-admin/admin.php?page=watu_social_sharing
Aspect menu-item
HTTP status 200
Load time 0.152 s
Memory usage 2.82 MiB
JS errors None
Resource errors None

Watu Quizzes → Help & Support

Page screenshot: Watu Quizzes → Help & Support
URL /wp-admin/admin.php?page=watu_help
Aspect menu-item
HTTP status 200
Load time 0.161 s
Memory usage 2.82 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.199 s
Memory usage 3.08 MiB
JS errors None
Resource errors None

Benchmark

URL Load time Memory usage
Inactive Active Change Inactive Active Change
/wp-admin/index.php0.410 s0.309 s-0.101 s2.82 MiB2.86 MiB+ 39.31 KiB
/wp-admin/edit.php0.237 s0.198 s-0.039 s2.85 MiB2.89 MiB+ 38.58 KiB
/wp-admin/post-new.php0.824 s0.763 s-0.061 s5.21 MiB5.28 MiB+ 63.72 KiB
/wp-admin/upload.php0.835 s0.550 s-0.285 s2.77 MiB2.79 MiB+ 22.72 KiB
/wp-admin/options-writing.php0.238 s0.232 s-0.006 s2.76 MiB2.78 MiB+ 14.33 KiB
/wp-admin/media-new.php0.320 s0.261 s-0.059 s2.74 MiB2.77 MiB+ 35.16 KiB
/wp-admin/edit-tags.php?taxonomy=category0.228 s0.223 s-0.005 s2.76 MiB2.8 MiB+ 40.02 KiB
/wp-admin/post-new.php?post_type=page0.698 s0.609 s-0.089 s5.21 MiB5.27 MiB+ 59.3 KiB
/wp-admin/options-discussion.php0.305 s0.255 s-0.050 s2.75 MiB2.77 MiB+ 25.05 KiB
/wp-admin/edit-comments.php0.458 s0.255 s-0.203 s2.78 MiB2.8 MiB+ 21.66 KiB
/0.364 s0.385 s+0.021 s3.12 MiB3.14 MiB+ 17.43 KiB
Average 0.447 s0.367 s-0.080 s3.25 MiB3.29 MiB+ 34.3 KiB

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.

PO File
PHP
Language % Lines of code Comment lines Files
PO File66.0%7,3302,4666
PHP29.8%3,30727728
JavaScript2.1%237221
CSS2.0%225201
Total 11,099 2,785 36

PHP Code Analysis | More results »

Lines of code 1,664
Total complexity 481
Median class complexity 17.0
Median method complexity 7.0
Most complex class WatuQuestion
Most complex function watu_takings()
Classes 5
Methods 11
Functions 49

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 6

Options wp_options 7

PHP Error Log 237 lines

[11-Aug-2023 23:10:18 UTC] WordPress database error Duplicate key name 'quesiton_id' for query ALTER TABLE wp_watu_answer ADD INDEX `quesiton_id` (`question_id`); made by activate_plugin, do_action('activate_watu/watu.php'), WP_Hook->do_action, WP_Hook->apply_filters, watu_activate
[11-Aug-2023 23:10:18 UTC] WordPress database error Duplicate key name 'quiz_and_criteria' for query ALTER TABLE wp_watu_grading ADD INDEX `quiz_and_criteria` (`exam_id`, `gfrom`, `gto`); made by activate_plugin, do_action('activate_watu/watu.php'), WP_Hook->do_action, WP_Hook->apply_filters, watu_activate
[11-Aug-2023 23:10:18 UTC] WordPress database error Duplicate key name 'name' for query ALTER TABLE wp_watu_master ADD INDEX `name` (`name`); made by activate_plugin, do_action('activate_watu/watu.php'), WP_Hook->do_action, WP_Hook->apply_filters, watu_activate
[11-Aug-2023 23:10:18 UTC] WordPress database error Duplicate key name 'exam_id' for query ALTER TABLE wp_watu_question ADD INDEX `exam_id` (`exam_id`); made by activate_plugin, do_action('activate_watu/watu.php'), WP_Hook->do_action, WP_Hook->apply_filters, watu_activate
[11-Aug-2023 23:10:18 UTC] WordPress database error Duplicate key name 'cat_id' for query ALTER TABLE wp_watu_question ADD INDEX `cat_id` (`cat_id`); made by activate_plugin, do_action('activate_watu/watu.php'), WP_Hook->do_action, WP_Hook->apply_filters, watu_activate
[11-Aug-2023 23:10:18 UTC] WordPress database error Duplicate key name 'exam_user' for query ALTER TABLE wp_watu_takings ADD INDEX `exam_user` (`exam_id`, `user_id`); made by activate_plugin, do_action('activate_watu/watu.php'), WP_Hook->do_action, WP_Hook->apply_filters, watu_activate
[11-Aug-2023 23:10:18 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7127
[11-Aug-2023 23:10:18 UTC] PHP Deprecated:  str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /wp-includes/functions.php on line 2182
[11-Aug-2023 23:10:18 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7127
[11-Aug-2023 23:10:18 UTC] PHP Deprecated:  str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /wp-includes/functions.php on line 2182
[11-Aug-2023 23:10:18 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7127
[11-Aug-2023 23:10:18 UTC] PHP Deprecated:  str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /wp-includes/functions.php on line 2182
[11-Aug-2023 23:10:18 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7127
[11-Aug-2023 23:10:18 UTC] PHP Deprecated:  str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /wp-includes/functions.php on line 2182
[11-Aug-2023 23:10:18 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7127
[11-Aug-2023 23:10:18 UTC] PHP Deprecated:  str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /wp-includes/functions.php on line 2182
[11-Aug-2023 23:10:18 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7127
[11-Aug-2023 23:10:18 UTC] PHP Deprecated:  str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /wp-includes/functions.php on line 2182
[11-Aug-2023 23:10:19 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7127
[11-Aug-2023 23:10:19 UTC] PHP Deprecated:  str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /wp-includes/functions.php on line 2182
[11-Aug-2023 23:10:19 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7127
[11-Aug-2023 23:10:19 UTC] PHP Deprecated:  str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /wp-includes/functions.php on line 2182
[11-Aug-2023 23:10:19 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7127
[11-Aug-2023 23:10:19 UTC] PHP Deprecated:  str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /wp-includes/functions.php on line 2182
[11-Aug-2023 23:10:19 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7127
[11-Aug-2023 23:10:19 UTC] PHP Deprecated:  str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /wp-includes/functions.php on line 2182
[11-Aug-2023 23:10:19 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7127
[11-Aug-2023 23:10:19 UTC] PHP Deprecated:  str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /wp-includes/functions.php on line 2182
[11-Aug-2023 23:10:19 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7127
[11-Aug-2023 23:10:19 UTC] PHP Deprecated:  str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /wp-includes/functions.php on line 2182
[11-Aug-2023 23:10:20 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7127
[11-Aug-2023 23:10:20 UTC] PHP Deprecated:  str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /wp-includes/functions.php on line 2182
[11-Aug-2023 23:10:20 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7127
[11-Aug-2023 23:10:20 UTC] PHP Deprecated:  str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /wp-includes/functions.php on line 2182
[11-Aug-2023 23:10:20 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7127
[11-Aug-2023 23:10:20 UTC] PHP Deprecated:  str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /wp-includes/functions.php on line 2182
[11-Aug-2023 23:10:20 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7127
[11-Aug-2023 23:10:20 UTC] PHP Deprecated:  str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /wp-includes/functions.php on line 2182
[11-Aug-2023 23:10:20 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7127
[11-Aug-2023 23:10:20 UTC] PHP Deprecated:  str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /wp-includes/functions.php on line 2182
[11-Aug-2023 23:10:20 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7127
[11-Aug-2023 23:10:20 UTC] PHP Deprecated:  str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /wp-includes/functions.php on line 2182
[11-Aug-2023 23:10:20 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7127
[11-Aug-2023 23:10:20 UTC] PHP Deprecated:  str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /wp-includes/functions.php on line 2182
[11-Aug-2023 23:10:20 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7127
[11-Aug-2023 23:10:20 UTC] PHP Deprecated:  str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /wp-includes/functions.php on line 2182
[11-Aug-2023 23:10:20 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7127
[11-Aug-2023 23:10:20 UTC] PHP Deprecated:  str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /wp-includes/functions.php on line 2182
[11-Aug-2023 23:10:20 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7127
[11-Aug-2023 23:10:20 UTC] PHP Deprecated:  str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /wp-includes/functions.php on line 2182
[11-Aug-2023 23:10:20 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7127
[11-Aug-2023 23:10:20 UTC] PHP Deprecated:  str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /wp-includes/functions.php on line 2182
[11-Aug-2023 23:10:20 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7127
[11-Aug-2023 23:10:20 UTC] PHP Deprecated:  str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /wp-includes/functions.php on line 2182
[11-Aug-2023 23:10:21 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7127
[11-Aug-2023 23:10:21 UTC] PHP Deprecated:  str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /wp-includes/functions.php on line 2182
[11-Aug-2023 23:10:21 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7127
[11-Aug-2023 23:10:21 UTC] PHP Deprecated:  str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /wp-includes/functions.php on line 2182
[11-Aug-2023 23:10:21 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7127
[11-Aug-2023 23:10:21 UTC] PHP Deprecated:  str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /wp-includes/functions.php on line 2182
[11-Aug-2023 23:10:21 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7127
[11-Aug-2023 23:10:21 UTC] PHP Deprecated:  str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /wp-includes/functions.php on line 2182
[11-Aug-2023 23:10:21 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7127
[11-Aug-2023 23:10:21 UTC] PHP Deprecated:  str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /wp-includes/functions.php on line 2182
[11-Aug-2023 23:10:21 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7127
[11-Aug-2023 23:10:21 UTC] PHP Deprecated:  str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /wp-includes/functions.php on line 2182
[11-Aug-2023 23:10:22 UTC] PHP Deprecated:  stripslashes(): Passing null to parameter #1 ($string) of type string is deprecated in /wp-content/plugins/watu/views/sharing-options.html.php on line 15
[11-Aug-2023 23:10:22 UTC] PHP Deprecated:  stripslashes(): Passing null to parameter #1 ($string) of type string is deprecated in /wp-content/plugins/watu/views/sharing-options.html.php on line 16
[11-Aug-2023 23:10:22 UTC] PHP Deprecated:  stripslashes(): Passing null to parameter #1 ($string) of type string is deprecated in /wp-content/plugins/watu/views/sharing-options.html.php on line 33
[11-Aug-2023 23:10:22 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7127
[11-Aug-2023 23:10:22 UTC] PHP Deprecated:  str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /wp-includes/functions.php on line 2182
[11-Aug-2023 23:10:22 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7127
[11-Aug-2023 23:10:22 UTC] PHP Deprecated:  str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /wp-includes/functions.php on line 2182
[11-Aug-2023 23:10:22 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7127
[11-Aug-2023 23:10:22 UTC] PHP Deprecated:  str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /wp-includes/functions.php on line 2182
[11-Aug-2023 23:10:22 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7127
[11-Aug-2023 23:10:22 UTC] PHP Deprecated:  str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /wp-includes/functions.php on line 2182
[11-Aug-2023 23:10:22 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7127
[11-Aug-2023 23:10:22 UTC] PHP Deprecated:  str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /wp-includes/functions.php on line 2182
[11-Aug-2023 23:10:22 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7127
[11-Aug-2023 23:10:22 UTC] PHP Deprecated:  str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /wp-includes/functions.php on line 2182
[11-Aug-2023 23:10:24 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7127
[11-Aug-2023 23:10:24 UTC] PHP Deprecated:  str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /wp-includes/functions.php on line 2182
[11-Aug-2023 23:10:24 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7127
[11-Aug-2023 23:10:24 UTC] PHP Deprecated:  str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /wp-includes/functions.php on line 2182
[11-Aug-2023 23:10:24 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7127
[11-Aug-2023 23:10:24 UTC] PHP Deprecated:  str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /wp-includes/functions.php on line 2182
[11-Aug-2023 23:10:24 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7127
[11-Aug-2023 23:10:24 UTC] PHP Deprecated:  str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /wp-includes/functions.php on line 2182
[11-Aug-2023 23:10:24 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7127
[11-Aug-2023 23:10:24 UTC] PHP Deprecated:  str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /wp-includes/functions.php on line 2182
[11-Aug-2023 23:10:24 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7127
[11-Aug-2023 23:10:24 UTC] PHP Deprecated:  str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /wp-includes/functions.php on line 2182
[11-Aug-2023 23:10:25 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7127
[11-Aug-2023 23:10:25 UTC] PHP Deprecated:  str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /wp-includes/functions.php on line 2182
[11-Aug-2023 23:10:25 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7127
[11-Aug-2023 23:10:25 UTC] PHP Deprecated:  str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /wp-includes/functions.php on line 2182
[11-Aug-2023 23:10:25 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7127
[11-Aug-2023 23:10:25 UTC] PHP Deprecated:  str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /wp-includes/functions.php on line 2182
[11-Aug-2023 23:10:25 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7127

(+137 more lines)
See also: All tests for this plugin, How to Hide Watu Quiz Admin Menus