Accept Credit Cards, PayPal, PayPal Credit, Google Pay, ApplePay, Venmo, and Local Payments like iDEAL all in one plugin for free!
Prioritized issue groups from the latest Plugin Check scan
Maintainability
720
11 issue groups
Security
478
10 issue groups
I18n
244
4 issue groups
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"woocommerce_{$this->id}_data"'.
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$_product".
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
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "'wc_braintree_api_kount_event_' . $name".
Sample message
Function "_doing_it_wrong()" requires WordPress 3.1.0, but your plugin minimum supported version is WordPress 3.0.1.
Sample message
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "WC_Braintree_3ds_Validation".
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "bwc_applepay_get_line_items".
Sample message
Mismatched text domain. Expected 'woo-payment-gateway' but got 'cartflows-pro'.
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
$_GET['_wpnonce'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Detected usage of a non-sanitized input variable: $_GET['_wpnonce']
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
Processing form data without nonce verification.
Sample message
Missing $domain parameter in function call to __().
Sample message
Use placeholders and $wpdb->prepare(); found interpolated variable $in_array at \t\t\t\tON posts.ID = postmeta.post_id WHERE posts.post_type = 'bfwc_subscription' AND posts.post_status IN ($in_array)\n
Sample message
Detected usage of a possibly undefined superglobal array index: $_GET['_wpnonce']. Check that the array index exists before using it.
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$e'.
Sample message
Use placeholders and $wpdb->prepare(); found $columns
Sample message
Resource version not set in call to wp_register_script(). This means new versions of the script may not always be loaded due to browser caching.
Sample message
Missing singular placeholder, needed for some languages. See https://codex.wordpress.org/I18n_for_WordPress_Developers#Plurals
Sample message
Possible use of ASP style short opening tags detected; found: <%= tax_status === "none" ? 'selected' : ''...
Sample message
Unescaped parameter $table used in $wpdb->query()
Sample message
print_r() found. Debug code should not normally be used in production.
Not analyzed yet.
First score snapshot
v3.2.83
24
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 24 | 1,486 | 731 | 755 | v3.2.83 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.