A complete WordPress LMS plugin to create any eLearning website easily.
Category Scores
Issues to Review
Prioritized issue groups from the latest Plugin Check scan
Maintainability
3,441
16 issue groups
Security
302
9 issue groups
WARNINGMaintainabilityNon Prefixed Variable FoundGlobal variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$_checked".2,327
- Category
- Maintainability
- Occurrences
- 2,327
- Severity
- warning
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$_checked".
WARNINGMaintainabilityDirect QueryUse of a direct database call is discouraged.329
- Category
- Maintainability
- Occurrences
- 329
- 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().312
- Category
- Maintainability
- Occurrences
- 312
- Severity
- warning
Sample message
Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().
ERRORMaintainabilitymissing direct file access protectionPHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;261
- Category
- Maintainability
- Occurrences
- 261
- Severity
- error
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
WARNINGSecurityInterpolated Not PreparedUse placeholders and $wpdb->prepare(); found interpolated variable $course_ids at \t\t\tWHERE topic.post_parent IN ($course_ids)"121
- Category
- Security
- Occurrences
- 121
- Severity
- warning
Sample message
Use placeholders and $wpdb->prepare(); found interpolated variable $course_ids at \t\t\tWHERE topic.post_parent IN ($course_ids)"
WARNINGMaintainabilityNon Prefixed Hookname FoundHook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "active_plugins".51
- Category
- Maintainability
- Occurrences
- 51
- Severity
- warning
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "active_plugins".
ERRORSecurityUnescaped DBParameterUnescaped parameter $ancestor_ids used in $wpdb->get_col()\n$ancestor_ids assigned unsafely at line 8480.43
- Category
- Security
- Occurrences
- 43
- Severity
- error
Sample message
Unescaped parameter $ancestor_ids used in $wpdb->get_col()\n$ancestor_ids assigned unsafely at line 8480.
WARNINGSecurityUnescaped DBParameterUnescaped parameter $array used in $wpdb->get_results()\n$array assigned unsafely at line 408.42
- Category
- Security
- Occurrences
- 42
- Severity
- warning
Sample message
Unescaped parameter $array used in $wpdb->get_results()\n$array assigned unsafely at line 408.
WARNINGMaintainabilityslow db query meta keyDetected usage of meta_key, possible slow query.34
- Category
- Maintainability
- Occurrences
- 34
- Severity
- warning
Sample message
Detected usage of meta_key, possible slow query.
WARNINGSecurityRecommendedProcessing form data without nonce verification.34
- Category
- Security
- Occurrences
- 34
- Severity
- warning
Sample message
Processing form data without nonce verification.
Show 15 more issue groups
WARNINGMaintainabilityNon Prefixed Function Found29
- Category
- Maintainability
- Occurrences
- 29
- Severity
- warning
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "__tutor_generate_categories_checkbox".
WARNINGMaintainabilityslow db query meta value23
- Category
- Maintainability
- Occurrences
- 23
- Severity
- warning
Sample message
Detected usage of meta_value, possible slow query.
ERRORSecurityException Not Escaped22
- Category
- Security
- Occurrences
- 22
- Severity
- error
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"Cannot resolve: {$abstract}"'.
ERRORMaintainabilitydate date17
- Category
- Maintainability
- Occurrences
- 17
- Severity
- error
Sample message
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
ERRORSecurityNot Prepared15
- Category
- Security
- Occurrences
- 15
- Severity
- error
Sample message
Use placeholders and $wpdb->prepare(); found $post_type
WARNINGMaintainabilityerror log error log14
- Category
- Maintainability
- Occurrences
- 14
- Severity
- warning
Sample message
error_log() found. Debug code should not normally be used in production.
ERRORSecurityOutput Not Escaped13
- Category
- Security
- Occurrences
- 13
- Severity
- error
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$attr_string'.
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: "PAYMENT_HUB_ROOT".
WARNINGMaintainabilityslow db query tax query8
- Category
- Maintainability
- Occurrences
- 8
- Severity
- warning
Sample message
Detected usage of tax_query, possible slow query.
WARNINGMaintainabilityMissing Version8
- Category
- Maintainability
- Occurrences
- 8
- Severity
- warning
Sample message
Resource version not set in call to wp_enqueue_style(). This means new versions of the style may not always be loaded due to browser caching.
WARNINGMaintainabilityDynamic Hookname Found7
- Category
- Maintainability
- Occurrences
- 7
- Severity
- warning
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "$blocks['action']".
ERRORMaintainabilitywp function not compatible with requires wp7
- Category
- Maintainability
- Occurrences
- 7
- Severity
- error
Sample message
Function "str_contains()" requires WordPress 5.9.0, but your plugin minimum supported version is WordPress 5.3.0.
WARNINGSecurityUnfinished Prepare6
- Category
- Security
- Occurrences
- 6
- Severity
- warning
Sample message
Replacement variables found, but no valid placeholders found in the query.
WARNINGSecurityInput Not Sanitized6
- Category
- Security
- Occurrences
- 6
- Severity
- warning
Sample message
Detected usage of a non-sanitized input variable: $_FILES['data']
WARNINGMaintainabilitywp reset query wp reset query5
- Category
- Maintainability
- Occurrences
- 5
- Severity
- warning
Sample message
wp_reset_query() is discouraged. Use wp_reset_postdata() instead.
Score History
First score snapshot
Scan records1
v3.9.13
23
Latest
- Findings
- 3,797
- Errors
- 395
- Warnings
- 3,402
- Plugin Check
- 2.0.0
- Model
- 2026.06-mvp-static-v2
| Scan | Score | Findings | Errors | Warnings | Plugin | Plugin Check | Model |
|---|---|---|---|---|---|---|---|
| Latest | 23 | 3,797 | 395 | 3,402 | v3.9.13 | 2.0.0 | 2026.06-mvp-static-v2 |