Connect WP LMS with MyCred platform
Prioritized issue groups from the latest Plugin Check scan
I18n
222
3 issue groups
Security
184
11 issue groups
Maintainability
42
11 issue groups
Sample message
Mismatched text domain. Expected 'wplms-mycred-addon' but got 'mycred'.
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"<div class=\"$class\"> <p>$message</p></div>"'.
Sample message
All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.
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
Multiple placeholders in translatable strings should be ordered. Expected "%1$s, %2$s, %3$s, %4$s", but got "%s, %s, %s, %s" in 'Student %s gained %s points for earning a Badge in module "%s" from criteria "%s" '.
Sample message
$_GET['ref'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Processing form data without nonce verification.
Sample message
Detected usage of a non-sanitized input variable: $_GET['ref']
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: "active_plugins".
Sample message
Use placeholders and $wpdb->prepare(); found interpolated variable {$table_name} at \t\t\t\t\t\t\t\t\t\tSELECT count(activity.content) FROM {$table_name} AS activity\n
Sample message
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
Sample message
Detected usage of a possibly undefined superglobal array index: $_POST['id']. Check that the array index exists before using it.
Sample message
strip_tags() is discouraged. Use the more comprehensive wp_strip_all_tags() instead.
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
In footer ($in_footer) is not set explicitly wp_enqueue_script; It is recommended to load scripts in the footer. Please set this value to `true` to load it in the footer, or explicitly `false` if it should be loaded in the header.
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
The plugin name includes a restricted term. Your chosen plugin name - "WPLMS MyCred ADDON" - contains the restricted term "wp" which cannot be used at all in your plugin name.
Sample message
Function "get_rest_url()" requires WordPress 4.4.0, but your plugin minimum supported version is WordPress 3.6.0.
Sample message
Unescaped parameter $query used in $wpdb->get_results()\n$query assigned unsafely at line 137.
Sample message
Use placeholders and $wpdb->prepare(); found $query
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "show_referral_on_bp".
Sample message
Processing form data without nonce verification.
Sample message
Unescaped parameter $table_name used in $wpdb->get_var()
Potential connections found in static code analysis.
Outbound calls
7
External assets
0
Incoming endpoints
3
No external asset domains detected.
wp_ajax
wp_ajax
wp_ajax
First score snapshot
v4.2
34
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 34 | 456 | 383 | 73 | v4.2 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.