Start accepting payments in minutes with 100% digital onboarding & feature filled Razorpay payment gateway with the WooCommerce plugin.
Prioritized issue groups from the latest Plugin Check scan
Maintainability
802
13 issue groups
Security
651
9 issue groups
I18n
153
3 issue groups
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "_clean_term_filters".
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"Attempting to add a duplicate data set for value $value to the data provider. Fix the input data."'.
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 '"Message: $message\n"'.
Sample message
Missing $domain parameter in function call to __().
Sample message
$_GET['id'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Processing form data without nonce verification.
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "Basic_Object".
Sample message
Use of a direct database call is discouraged.
Sample message
Function "_wp_die_process_input()" requires WordPress 5.1.0, but your plugin minimum supported version is WordPress 3.9.2.
Sample message
Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$_wp_die_disabled".
Sample message
Detected usage of a possibly undefined superglobal array index: $_GET['id']. Check that the array index exists before using it.
Sample message
Detected usage of a non-sanitized input variable: $_GET['id']
Sample message
Processing form data without nonce verification.
Sample message
Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "BTN_CHECKOUTJS_URL".
Sample message
Mismatched text domain. Expected 'woo-razorpay' but got 'my_theme_domain'.
Sample message
The $domain parameter must be a single text string literal. Found: $this->id
Sample message
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
Sample message
Unescaped parameter $cartAbandonmentTable used in $wpdb->get_row()\n$cartAbandonmentTable assigned unsafely at line 372.
Sample message
Using cURL functions is highly discouraged. Use wp_remote_get() instead.
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fclose().
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
Use placeholders and $wpdb->prepare(); found interpolated variable $cartTable at "DELETE FROM $cartTable\n
Potential connections found in static code analysis.
Outbound calls
294
External assets
1
Incoming endpoints
5
No public endpoints detected.
admin_post
admin_post
admin_post
admin_post
wp_ajax
2 score snapshots
v4.8.7
20
Latest
v4.8.6
20
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 20 | 1,834 | 975 | 859 | v4.8.7 | 2.0.0 |
| 20 | 1,829 | 974 | 855 | v4.8.6 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.