Prioritized issue groups from the latest Plugin Check scan
Security
2,306
11 issue groups
Maintainability
497
11 issue groups
I18n
37
3 issue groups
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$APPEARANCE_TYPE'.
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$GaRefundClass".
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
Processing form data without nonce verification.
Sample message
$_COOKIE[$cookieName] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Detected usage of a non-sanitized input variable: $_COOKIE[$cookieName]
Sample message
Processing form data without nonce verification.
Sample message
Using cURL functions is highly discouraged. Use wp_remote_get() instead.
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"Cannot add new property \$$name to instance of "'.
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
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
Use placeholders and $wpdb->prepare(); found $prepare
Sample message
Detected usage of a possibly undefined superglobal array index: $_GET['mmp-tab']. Check that the array index exists before using it.
Sample message
Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "PLUGIN_VERSION".
Sample message
Missing $domain parameter in function call to __().
Sample message
The $text parameter must be a single text string literal. Found: $item["text"]
Sample message
Scripts must be registered/enqueued via wp_enqueue_script()
Sample message
Unescaped parameter $query used in $wpdb->get_results()\n$query assigned unsafely at line 168.
Sample message
Function "determine_locale()" requires WordPress 5.0.0, but your plugin minimum supported version is WordPress 4.5.1.
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "activate_mergado_marketing_pack".
Sample message
All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.
Sample message
Possible use of short open tags detected; found: <?//= $wizardData['cronUrl'] ?><!--</div>-...
Sample message
wp_redirect() found. Using wp_safe_redirect(), along with the "allowed_redirect_hosts" filter if needed, can help avoid any chances of malicious redirects within code. It is also important to remember to call exit() after a redirect so that no other unwanted code is executed.
Sample message
No PHP code was found in this file and short open tags are not allowed by this install of PHP. This file may be using short open tags but PHP does not allow them.
Potential connections found in static code analysis.
Outbound calls
62
External assets
7
Incoming endpoints
14
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
1 more hidden
First score snapshot
v4.2.1
21
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 21 | 2,911 | 2,323 | 588 | v4.2.1 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.