Prioritized issue groups from the latest Plugin Check scan
I18n
399
4 issue groups
Maintainability
34
12 issue groups
Security
11
5 issue groups
Repo Compliance
1
1 issue group
Sample message
The $domain parameter must be a single text string literal. Found: Pensopay_Payments_V2_Gateway::TEXT_DOMAIN
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "woocommerce_email_customer_details".
Sample message
Short PHP opening tag used with echo; expected "<?php echo esc_attr ..." but found "<?= esc_attr ..."
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$e'.
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$payment_link".
Sample message
error_log() found. Debug code should not normally be used in production.
Sample message
Missing $domain parameter in function call to __().
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
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
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
load_plugin_textdomain() has been discouraged since WordPress version 4.6. When your plugin is hosted on WordPress.org, you no longer need to manually include this function call for translations under your plugin slug. WordPress will automatically load the translations for you as needed.
Sample message
Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "PPV2_PATH".
Sample message
print_r() found. Debug code should not normally be used in production.
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$transaction_brand_logo_url'.
Sample message
Detected usage of a non-sanitized input variable: $_SERVER['HTTP_PENSOPAY_SIGNATURE']
Sample message
$_SERVER['HTTP_PENSOPAY_SIGNATURE'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
rand() is discouraged. Use the far less predictable wp_rand() instead.
Sample message
Translatable string should not be wrapped in HTML. Found: '<span style="color:red;font-weight:bold;">NOTICE: WHEN TEST PAYMENTS ARE ENABLED, LIVE PAYMENTS WILL NOT WORK</span>'
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
Tested up to: 6.8 < 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
Plugin Updater detected. Detected code which may be altering WordPress update routines. Detected: auto_update_plugin
Potential connections found in static code analysis.
Outbound calls
10
External assets
0
Incoming endpoints
3
No external asset domains detected.
register_rest_route
register_rest_route
wp_ajax
2 score snapshots
v2.1.3
59
Latest
v2.1.2
62
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 59 | 445 | 413 | 32 | v2.1.3 | 2.0.0 |
| 62 | 442 | 408 | 34 | v2.1.2 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.