A complete WordPress LMS plugin to create any eLearning website easily.
Prioritized issue groups from the latest Plugin Check scan
Maintainability
4,441
15 issue groups
Security
273
10 issue groups
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$_checked".
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
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
Use placeholders and $wpdb->prepare(); found interpolated variable $course_ids at \t\t\tWHERE topic.post_parent IN ($course_ids)"
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "active_plugins".
Sample message
Unescaped parameter $ancestor_ids used in $wpdb->get_col()\n$ancestor_ids assigned unsafely at line 7888.
Sample message
Detected usage of meta_key, possible slow query.
Sample message
Unescaped parameter $array used in $wpdb->get_results()\n$array assigned unsafely at line 412.
Sample message
Processing form data without nonce verification.
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "_generate_categories_dropdown_option".
Sample message
Detected usage of meta_value, possible slow query.
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"Cannot resolve: {$abstract}"'.
Sample message
Use placeholders and $wpdb->prepare(); found $post_type
Sample message
error_log() found. Debug code should not normally be used in production.
Sample message
Function "get_post_parent()" requires WordPress 5.7.0, but your plugin minimum supported version is WordPress 5.3.0.
Sample message
Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "PAYMENT_HUB_ROOT".
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$class'.
Sample message
Detected usage of tax_query, possible slow query.
Sample message
Replacement variables found, but no valid placeholders found in the query.
Sample message
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "$blocks['action']".
Sample message
Detected usage of meta_query, possible slow query.
Sample message
Processing form data without nonce verification.
Sample message
Detected usage of a non-sanitized input variable: $_GET['page']
Potential connections found in static code analysis.
Outbound calls
296
External assets
2
Incoming endpoints
2
No public endpoints detected.
wp_ajax
wp_ajax
8 score snapshots
v4.0.4
24
Latest
v4.0.3
24
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 24 | 4,764 | 332 | 4,432 | v4.0.4 | 2.0.0 |
| 24 | 4,764 | 332 | 4,432 | v4.0.3 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.