Complete WordPress LMS plugin. Build & sell online courses with quizzes, certificates, and built-in payments. The all-in-one LMS for course creators.
Prioritized issue groups from the latest Plugin Check scan
Maintainability
1,785
15 issue groups
Security
429
9 issue groups
Performance
32
1 issue group
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$TRP_LANGUAGE".
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
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "$action . '_onetime_token_expiration'".
Sample message
Unescaped parameter $act_not_in used in $wpdb->get_col()
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"You requested {$requested} items, but there are only {$count} items available."'.
Sample message
Detected usage of a non-sanitized input variable: $_COOKIE[$this->cookie]
Sample message
$_COOKIE['MasteriyoCoursesViewMode'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "action_scheduler_queue_runner_time_limit".
Sample message
Detected usage of meta_key, possible slow query.
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"<div {$this->render_attributes( '_root' )} style='width:100%;' >"'.
Sample message
Detected usage of meta_value, possible slow query.
Sample message
Detected usage of meta_query, possible slow query.
Sample message
Using exclusionary parameters, like exclude, in calls to get_posts() should be done with caution, see https://wpvip.com/documentation/performance-improvements-by-removing-usage-of-post__not_in/ for more information.
Sample message
Detected usage of a possibly undefined superglobal array index: $_GET['course_id']. Check that the array index exists before using it.
Sample message
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "AddStripeIntegrationMethodFlag".
Sample message
Detected usage of tax_query, possible slow query.
Sample message
unlink() is discouraged. Use wp_delete_file() to delete a file.
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "check_required_pages".
Sample message
Processing form data without nonce verification.
Sample message
Incorrect number of replacements passed to $wpdb->prepare(). Found 1 replacement parameters, expected 2.
Sample message
print_r() found. Debug code should not normally be used in production.
Sample message
error_log() found. Debug code should not normally be used in production.
Sample message
File has mixed line endings; this may cause incorrect results
Sample message
Use placeholders and $wpdb->prepare(); found $prepared_query
Potential connections found in static code analysis.
Outbound calls
269
External assets
10
Incoming endpoints
21
wp_ajax
register_rest_route
register_rest_route
register_rest_route
register_rest_route
register_rest_route
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
4 score snapshots
v2.3.2
23
Latest
v2.3.1
23
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 23 | 2,311 | 188 | 2,123 | v2.3.2 | 2.0.0 |
| 23 | 2,312 | 190 | 2,122 | v2.3.1 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.