Learning Management System and eLearning plugin for WordPress. Create easily LMS WordPress website, add and sell Courses, Lessons, Quizzes online.
Category Scores
Top Issues by Category
maintainability5,091
security739
Issues Details
6,294 issues found in latest scan
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$_label".
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "'stm_lms_quiz_' . $status".
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "addCustomImportButton".
Mismatched text domain. Expected 'masterstudy-lms-learning-management-system' but got 'companion-elementor'.
$_COOKIE[$cookie_name] not unslashed before sanitization. Use wp_unslash() or similar
Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().
Processing form data without nonce verification.
Detected usage of a non-sanitized input variable: $_COOKIE[$cookie_name]
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$error'.
Unescaped parameter $assignments_table used in $wpdb->get_results()\n$assignments_table assigned unsafely at line 13.
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "ApiNotifications".
Function "determine_locale()" requires WordPress 5.0.0, but your plugin minimum supported version is WordPress 4.6.0.
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"$argumentName cannot be null"'.
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.
Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "FS_CHMOD_DIR".
Detected usage of meta_query, possible slow query.
Using cURL functions is highly discouraged. Use wp_remote_get() instead.
Detected usage of a possibly undefined superglobal array index: $_GET['author_id']. Check that the array index exists before using it.
Processing form data without nonce verification.
Detected usage of meta_key, possible slow query.
Detected usage of tax_query, possible slow query.
Namespaces declared by a theme/plugin should start with the theme/plugin prefix. Found: "ANP".
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fread().
| Code | Type | Message | Count |
|---|---|---|---|
| WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound | WARNING | Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$_label". | 3,027 |
| missing_direct_file_access_protection | ERROR | PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit; | 723 |
| WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedHooknameFound | WARNING | Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "'stm_lms_quiz_' . $status". | 319 |
| WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedFunctionFound | WARNING | Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "addCustomImportButton". | 312 |
| WordPress.WP.I18n.TextDomainMismatch | ERROR | Mismatched text domain. Expected 'masterstudy-lms-learning-management-system' but got 'companion-elementor'. | 223 |
| WordPress.DB.DirectDatabaseQuery.DirectQuery | WARNING | Use of a direct database call is discouraged. | 186 |
| WordPress.Security.ValidatedSanitizedInput.MissingUnslash | WARNING | $_COOKIE[$cookie_name] not unslashed before sanitization. Use wp_unslash() or similar | 175 |
| WordPress.DB.DirectDatabaseQuery.NoCaching | WARNING | Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete(). | 171 |
| WordPress.Security.NonceVerification.Recommended | WARNING | Processing form data without nonce verification. | 136 |
| WordPress.Security.ValidatedSanitizedInput.InputNotSanitized | WARNING | Detected usage of a non-sanitized input variable: $_COOKIE[$cookie_name] | 107 |
| WordPress.Security.EscapeOutput.OutputNotEscaped | ERROR | All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$error'. | 99 |
| PluginCheck.Security.DirectDB.UnescapedDBParameter | WARNING | Unescaped parameter $assignments_table used in $wpdb->get_results()\n$assignments_table assigned unsafely at line 13. | 94 |
| WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedClassFound | WARNING | Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "ApiNotifications". | 86 |
| wp_function_not_compatible_with_requires_wp | ERROR | Function "determine_locale()" requires WordPress 5.0.0, but your plugin minimum supported version is WordPress 4.6.0. | 73 |
| WordPress.Security.EscapeOutput.ExceptionNotEscaped | ERROR | All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"$argumentName cannot be null"'. | 64 |
| WordPress.WP.I18n.MissingTranslatorsComment | ERROR | 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. | 55 |
| WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedConstantFound | WARNING | Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "FS_CHMOD_DIR". | 43 |
| WordPress.DB.SlowDBQuery.slow_db_query_meta_query | WARNING | Detected usage of meta_query, possible slow query. | 38 |
| WordPress.WP.AlternativeFunctions.curl_curl_setopt | ERROR | Using cURL functions is highly discouraged. Use wp_remote_get() instead. | 34 |
| WordPress.Security.ValidatedSanitizedInput.InputNotValidated | WARNING | Detected usage of a possibly undefined superglobal array index: $_GET['author_id']. Check that the array index exists before using it. | 33 |
| WordPress.Security.NonceVerification.Missing | WARNING | Processing form data without nonce verification. | 31 |
| WordPress.DB.SlowDBQuery.slow_db_query_meta_key | WARNING | Detected usage of meta_key, possible slow query. | 26 |
| WordPress.DB.SlowDBQuery.slow_db_query_tax_query | WARNING | Detected usage of tax_query, possible slow query. | 25 |
| WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedNamespaceFound | WARNING | Namespaces declared by a theme/plugin should start with the theme/plugin prefix. Found: "ANP". | 14 |
| WordPress.WP.AlternativeFunctions.file_system_operations_fread | ERROR | File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fread(). | 14 |
Latest Snapshot
Findings
6,294
Errors
1,419
Warnings
4,875
Score History
First score snapshot
First scan completed Jun 20, 2026
v3.7.36 · Plugin Check 2.0.0 · Model 2026.06-mvp-static-v2
Jun 20, 2026
v3.7.36
23
Latest
- Findings
- 6,294
- Errors
- 1,419
- Warnings
- 4,875
- Plugin Check
- 2.0.0
- Model
- 2026.06-mvp-static-v2
| Scan | Score | Findings | Errors | Warnings | Plugin | Plugin Check | Model |
|---|---|---|---|---|---|---|---|
| Jun 20, 2026Latest | 23 | 6,294 | 1,419 | 4,875 | v3.7.36 | 2.0.0 | 2026.06-mvp-static-v2 |