QUIZ MAKER plugin allows you to make an unlimited number of Quizzes, Exams and Tests
Category Scores
Issues to Review
Prioritized issue groups from the latest Plugin Check scan
Security
1,756
11 issue groups
Maintainability
1,582
12 issue groups
I18n
164
2 issue groups
WARNINGMaintainabilityNon Prefixed Variable FoundGlobal variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$actions".934
- Category
- Maintainability
- Occurrences
- 934
- Severity
- warning
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$actions".
WARNINGSecurityMissing Unslash$_GET['action'] not unslashed before sanitization. Use wp_unslash() or similar918
- Category
- Security
- Occurrences
- 918
- Severity
- warning
Sample message
$_GET['action'] not unslashed before sanitization. Use wp_unslash() or similar
WARNINGMaintainabilityDirect QueryUse of a direct database call is discouraged.268
- Category
- Maintainability
- Occurrences
- 268
- Severity
- warning
Sample message
Use of a direct database call is discouraged.
WARNINGMaintainabilityNo CachingDirect database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().243
- Category
- Maintainability
- Occurrences
- 243
- Severity
- warning
Sample message
Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().
ERRORSecurityNot PreparedUse placeholders and $wpdb->prepare(); found $answers_table174
- Category
- Security
- Occurrences
- 174
- Severity
- error
Sample message
Use placeholders and $wpdb->prepare(); found $answers_table
WARNINGSecurityRecommendedProcessing form data without nonce verification.173
- Category
- Security
- Occurrences
- 173
- Severity
- warning
Sample message
Processing form data without nonce verification.
WARNINGSecurityInput Not SanitizedDetected usage of a non-sanitized input variable: $_GET['filterby']157
- Category
- Security
- Occurrences
- 157
- Severity
- warning
Sample message
Detected usage of a non-sanitized input variable: $_GET['filterby']
WARNINGSecurityInput Not ValidatedDetected usage of a possibly undefined superglobal array index: $_GET['mcount']. Check that the array index exists before using it.113
- Category
- Security
- Occurrences
- 113
- Severity
- warning
Sample message
Detected usage of a possibly undefined superglobal array index: $_GET['mcount']. Check that the array index exists before using it.
ERRORI18nMissing Translators CommentA 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.89
- Category
- I18n
- Occurrences
- 89
- Severity
- error
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.
ERRORSecurityUnescaped DBParameterUnescaped parameter $item['quiz_id'] used in $wpdb->get_row()\n$item['quiz_id'] used without escaping.79
- Category
- Security
- Occurrences
- 79
- Severity
- error
Sample message
Unescaped parameter $item['quiz_id'] used in $wpdb->get_row()\n$item['quiz_id'] used without escaping.
Show 15 moreShow less
ERRORI18nUnordered Placeholders Text75
- Category
- I18n
- Occurrences
- 75
- Severity
- error
Sample message
Multiple placeholders in translatable strings should be ordered. Expected "%1$s, %2$s", but got "%s, %s" in '%s ASC %s'.
WARNINGSecurityInterpolated Not Prepared51
- Category
- Security
- Occurrences
- 51
- Severity
- warning
Sample message
Use placeholders and $wpdb->prepare(); found interpolated variable $in_pholders at WHERE q.id IN ( $in_pholders )"
WARNINGMaintainabilityNon Prefixed Hookname Found50
- Category
- Maintainability
- Occurrences
- 50
- Severity
- warning
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "active_plugins".
WARNINGSecurityUnescaped DBParameter35
- Category
- Security
- Occurrences
- 35
- Severity
- warning
Sample message
Unescaped parameter $answers_table used in $wpdb->get_results()\n$answers_table assigned unsafely at line 2918.
ERRORSecurityOutput Not Escaped31
- Category
- Security
- Occurrences
- 31
- Severity
- error
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$bin'.
ERRORMaintainabilitydate date21
- Category
- Maintainability
- Occurrences
- 21
- Severity
- error
Sample message
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
WARNINGSecurityMissing21
- Category
- Security
- Occurrences
- 21
- Severity
- warning
Sample message
Processing form data without nonce verification.
ERRORMaintainabilitywp function not compatible with requires wp14
- Category
- Maintainability
- Occurrences
- 14
- Severity
- error
Sample message
Function "get_avatar_url()" requires WordPress 4.2.0, but your plugin minimum supported version is WordPress 4.0.0.
ERRORMaintainabilitystrip tags strip tags11
- Category
- Maintainability
- Occurrences
- 11
- Severity
- error
Sample message
strip_tags() is discouraged. Use the more comprehensive wp_strip_all_tags() instead.
WARNINGMaintainabilitySchema Change9
- Category
- Maintainability
- Occurrences
- 9
- Severity
- warning
Sample message
Attempting a database schema change is discouraged.
WARNINGMaintainabilityNon Prefixed Constant Found9
- Category
- Maintainability
- Occurrences
- 9
- Severity
- warning
Sample message
Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "AYS_QUIZ_ADMIN_URL".
WARNINGMaintainabilityNon Prefixed Function Found9
- Category
- Maintainability
- Occurrences
- 9
- Severity
- warning
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "activate_quiz_maker".
WARNINGMaintainabilityNon Prefixed Class Found8
- Category
- Maintainability
- Occurrences
- 8
- Severity
- warning
Sample message
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "All_Reviews_List_Table".
WARNINGMaintainabilityerror log print r6
- Category
- Maintainability
- Occurrences
- 6
- Severity
- warning
Sample message
print_r() found. Debug code should not normally be used in production.
WARNINGSecurityUnfinished Prepare4
- Category
- Security
- Occurrences
- 4
- Severity
- warning
Sample message
Replacement variables found, but no valid placeholders found in the query.
Score History
First score snapshot
v6.7.1.48
25
Latest
- Findings
- 3,517
- Errors
- 505
- Warnings
- 3,012
- Check
- 2.0.0
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 25 | 3,517 | 505 | 3,012 | v6.7.1.48 | 2.0.0 |