QUIZ MAKER plugin allows you to make an unlimited number of Quizzes, Exams and Tests
Prioritized issue groups from the latest Plugin Check scan
Security
1,764
11 issue groups
Maintainability
1,585
12 issue groups
I18n
164
2 issue groups
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$actions".
Sample message
$_GET['action'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Use of a direct database call is discouraged.
Sample message
Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().
Sample message
Use placeholders and $wpdb->prepare(); found $answers_table
Sample message
Processing form data without nonce verification.
Sample message
Detected usage of a non-sanitized input variable: $_GET['filterby']
Sample message
Detected usage of a possibly undefined superglobal array index: $_GET['mcount']. Check that the array index exists before using it.
Sample message
A function call to __() with texts containing placeholders was found, but was not accompanied by a "translators:" comment on the line above to clarify the meaning of the placeholders.
Sample message
Unescaped parameter $item['quiz_id'] used in $wpdb->get_row()\n$item['quiz_id'] used without escaping.
Sample message
Multiple placeholders in translatable strings should be ordered. Expected "%1$s, %2$s", but got "%s, %s" in '%s ASC %s'.
Sample message
Use placeholders and $wpdb->prepare(); found interpolated variable $in_pholders at WHERE q.id IN ( $in_pholders )"
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "active_plugins".
Sample message
Unescaped parameter $answers_table used in $wpdb->get_results()\n$answers_table assigned unsafely at line 2924.
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$bin'.
Sample message
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
Sample message
Processing form data without nonce verification.
Sample message
Function "get_avatar_url()" requires WordPress 4.2.0, but your plugin minimum supported version is WordPress 4.0.0.
Sample message
strip_tags() is discouraged. Use the more comprehensive wp_strip_all_tags() instead.
Sample message
Attempting a database schema change is discouraged.
Sample message
Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "AYS_QUIZ_ADMIN_URL".
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "activate_quiz_maker".
Sample message
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "All_Reviews_List_Table".
Sample message
print_r() found. Debug code should not normally be used in production.
Sample message
Replacement variables found, but no valid placeholders found in the query.
Potential connections found in static code analysis.
Outbound calls
296
External assets
4
Incoming endpoints
0
No public endpoints detected.
7 score snapshots
v6.7.1.54
25
Latest
v6.7.1.53
25
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 25 | 3,528 | 505 | 3,023 | v6.7.1.54 | 2.0.0 |
| 25 | 3,526 | 505 | 3,021 | v6.7.1.53 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.