The SimpleShop WP plugin connects your WordPress website with a SimpleShop account and allows you to restrict the access only for members.
Prioritized issue groups from the latest Plugin Check scan
Security
56
10 issue groups
Maintainability
39
11 issue groups
I18n
5
2 issue groups
Repo Compliance
2
2 issue groups
Sample message
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"'$currentClass' is deprecated, use '$class::getInstance()->$method()' instead"'.
Sample message
Processing form data without nonce verification.
Sample message
All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.
Sample message
$_GET['_wpnonce'] 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: "ssc_new_user_created".
Sample message
Detected usage of a non-sanitized input variable: $_GET['_wpnonce']
Sample message
Resource version not set in call to wp_enqueue_style(). This means new versions of the style may not always be loaded due to browser caching.
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
Detected usage of meta_query, possible slow query.
Sample message
Processing form data without nonce verification.
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
trigger_error() found. Debug code should not normally be used in production.
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
Found call to wp_register_style() with external resource. Offloading styles to your servers or any remote service is disallowed.
Sample message
Sanitization missing for register_setting().
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$pluginMainFile".
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$field'.
Sample message
Detected usage of a possibly undefined superglobal array index: $_POST['post_ID']. Check that the array index exists before using it.
Sample message
The $text parameter must be a single text string literal. Found: '<u>Allowed patterns:</u><br/>'\n . '<div style="font-style:normal;"><b>{login}</b> = login<br/>'\n . '<b>{password}</b> = password<br/>'\n . '<b>{login_url}</b> = URL address where User can login<br/>'\n . '<b>{pages}</b> = list of pages to which the user has purchased access<br/>'\n . '<b>{mail}</b> = user email (usually the same as login)<br/>'\n . '</div>'
Sample message
Your plugin has a different license declared in the readme file and plugin header. Please update your readme with a valid GPL license identifier.
Sample message
The "/vendor" directory using composer exists, but "composer.json" file is missing.
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
Invalid License: https://github.com/redbitcz/simpleshop-wp-plugin/blob/master/LICENSE. Please update your Plugin Header with a valid GPLv2 (or later) compatible license.
Potential connections found in static code analysis.
Outbound calls
137
External assets
1
Incoming endpoints
3
wp_ajax
wp_ajax
wp_ajax
2 score snapshots
v2.17.1
38
Latest
v2.17.0
38
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 38 | 103 | 52 | 51 | v2.17.1 | 2.0.0 |
| 38 | 102 | 52 | 50 | v2.17.0 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.