WP Courses LMS - Create Courses, Lessons, Quizzes, Profiles and more. Online Courses Builder, eLearning Courses, Courses Solution, Education Courses.
Prioritized issue groups from the latest Plugin Check scan
Maintainability
636
11 issue groups
Security
628
11 issue groups
I18n
182
3 issue groups
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "course_toolbar".
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$ajax_nonce'.
Sample message
Missing $domain parameter in function call to __().
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$args".
Sample message
Detected usage of a possibly undefined superglobal array index: $_GET['order']. Check that the array index exists before using it.
Sample message
Use of a direct database call is discouraged.
Sample message
All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.
Sample message
Processing form data without nonce verification.
Sample message
$_GET['course-category'] not unslashed before sanitization. Use wp_unslash() or similar
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 $del_sql
Sample message
Unescaped parameter $del_sql used in $wpdb->query()\n$del_sql assigned unsafely at line 192.
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "wpc-after-course-archive-filters".
Sample message
Mismatched text domain. Expected 'wp-courses' but got 'wp-courses-premium'.
Sample message
Processing form data without nonce verification.
Sample message
Detected usage of a non-sanitized input variable: $_GET['course-category']
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.
Sample message
Resource version not set in call to wp_enqueue_script(). This means new versions of the script may not always be loaded due to browser caching.
Sample message
Use placeholders and $wpdb->prepare(); found interpolated variable $course_id at "UPDATE $table_name SET viewed_timestamp = %d WHERE user_id = $user_id AND post_id = $post_id AND course_id = $course_id"
Sample message
Function "_wp_array_get()" requires WordPress 5.6.0, but your plugin minimum supported version is WordPress 5.0.0.
Sample message
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "WPC_AJAX_Components".
Sample message
strip_tags() is discouraged. Use the more comprehensive wp_strip_all_tags() instead.
Sample message
Unescaped parameter $table used in $wpdb->get_results()\n$table assigned unsafely at line 116.
Sample message
Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "WPCP_ACTIVE".
Potential connections found in static code analysis.
Outbound calls
52
External assets
4
Incoming endpoints
61
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
30 more hidden
First score snapshot
v3.2.29
23
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 23 | 1,466 | 590 | 876 | v3.2.29 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.