LearnPress Course Review - An extension plugin for LearnPress.
Prioritized issue groups from the latest Plugin Check scan
Security
61
7 issue groups
Maintainability
45
13 issue groups
I18n
2
1 issue group
Repo Compliance
2
2 issue groups
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$args['after_widget']'.
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$args".
Sample message
All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.
Sample message
Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "LP_ADDON_COURSE_REVIEW_BASENAME".
Sample message
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "LPCourseReviewBackGround".
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 {$this->tb_commentmeta} at \t\t\tINNER JOIN {$this->tb_commentmeta} AS cm\n
Sample message
Use placeholders and $wpdb->prepare(); found $query
Sample message
The use of function ini_set() is discouraged
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
error_log() found. Debug code should not normally be used in production.
Sample message
Processing form data without nonce verification.
Sample message
rand() is discouraged. Use the far less predictable wp_rand() instead.
Sample message
strip_tags() is discouraged. Use the more comprehensive wp_strip_all_tags() instead.
Sample message
A function call to _n() 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
Unescaped parameter $query used in $wpdb->get_row()\n$query assigned unsafely at line 48.
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "_learn_press_get_ratings".
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "lp/filter-courses/sections/review/wrapper".
Sample message
Processing form data without nonce verification.
Sample message
The "/vendor" directory using composer exists, but "composer.json" file is missing.
Sample message
Tested up to: 6.9 < 7.0. The "Tested up to" value in your plugin is not set to the current version of WordPress. This means your plugin will not show up in searches, as we require plugins to be compatible and documented as tested up to the most recent version of WordPress.
Sample message
Missing "License" in Plugin Header. Please update your Plugin Header with a valid GPLv2 (or later) compatible license.
Not analyzed yet.
First score snapshot
v4.2.0
37
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 37 | 110 | 67 | 43 | v4.2.0 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.