Start accepting payments in minutes with 100% digital onboarding & feature filled Razorpay payment gateway with the WooCommerce plugin.
Category Scores
Top Issues by Category
maintainability811
security637
Issues Details
1,829 issues found in latest scan
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "_clean_term_filters".
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."'.
Using cURL functions is highly discouraged. Use wp_remote_get() instead.
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"Message: $message\n"'.
$_GET['id'] not unslashed before sanitization. Use wp_unslash() or similar
Processing form data without nonce verification.
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "Basic_Object".
Function "_wp_die_process_input()" requires WordPress 5.1.0, but your plugin minimum supported version is WordPress 3.9.2.
Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$_wp_die_disabled".
Detected usage of a possibly undefined superglobal array index: $_GET['id']. Check that the array index exists before using it.
Detected usage of a non-sanitized input variable: $_GET['id']
Processing form data without nonce verification.
Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "BTN_CHECKOUTJS_URL".
Mismatched text domain. Expected 'woo-razorpay' but got 'my_theme_domain'.
The $domain parameter must be a single text string literal. Found: $this->id
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
Unescaped parameter $cartAbandonmentTable used in $wpdb->get_row()\n$cartAbandonmentTable assigned unsafely at line 372.
Using cURL functions is highly discouraged. Use wp_remote_get() instead.
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fclose().
error_log() found. Debug code should not normally be used in production.
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.
| Code | Type | Message | Count |
|---|---|---|---|
| WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedFunctionFound | WARNING | Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "_clean_term_filters". | 254 |
| WordPress.Security.EscapeOutput.ExceptionNotEscaped | ERROR | 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."'. | 233 |
| WordPress.WP.AlternativeFunctions.curl_curl_setopt | ERROR | Using cURL functions is highly discouraged. Use wp_remote_get() instead. | 145 |
| WordPress.Security.EscapeOutput.OutputNotEscaped | ERROR | All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"Message: $message\n"'. | 134 |
| WordPress.WP.I18n.MissingArgDomain | ERROR | Missing $domain parameter in function call to __(). | 106 |
| WordPress.Security.ValidatedSanitizedInput.MissingUnslash | WARNING | $_GET['id'] not unslashed before sanitization. Use wp_unslash() or similar | 71 |
| WordPress.Security.NonceVerification.Missing | WARNING | Processing form data without nonce verification. | 68 |
| missing_direct_file_access_protection | ERROR | PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit; | 61 |
| WordPress.DB.DirectDatabaseQuery.DirectQuery | WARNING | Use of a direct database call is discouraged. | 52 |
| WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedClassFound | WARNING | Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "Basic_Object". | 52 |
| wp_function_not_compatible_with_requires_wp | ERROR | Function "_wp_die_process_input()" requires WordPress 5.1.0, but your plugin minimum supported version is WordPress 3.9.2. | 48 |
| WordPress.DB.DirectDatabaseQuery.NoCaching | WARNING | Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete(). | 47 |
| WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound | WARNING | Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$_wp_die_disabled". | 45 |
| WordPress.Security.ValidatedSanitizedInput.InputNotValidated | WARNING | Detected usage of a possibly undefined superglobal array index: $_GET['id']. Check that the array index exists before using it. | 45 |
| WordPress.Security.ValidatedSanitizedInput.InputNotSanitized | WARNING | Detected usage of a non-sanitized input variable: $_GET['id'] | 41 |
| WordPress.Security.NonceVerification.Recommended | WARNING | Processing form data without nonce verification. | 27 |
| WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedConstantFound | WARNING | Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "BTN_CHECKOUTJS_URL". | 26 |
| WordPress.WP.I18n.TextDomainMismatch | ERROR | Mismatched text domain. Expected 'woo-razorpay' but got 'my_theme_domain'. | 24 |
| WordPress.WP.I18n.NonSingularStringLiteralDomain | ERROR | The $domain parameter must be a single text string literal. Found: $this->id | 23 |
| WordPress.DateTime.RestrictedFunctions.date_date | ERROR | date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead. | 19 |
| PluginCheck.Security.DirectDB.UnescapedDBParameter | WARNING | Unescaped parameter $cartAbandonmentTable used in $wpdb->get_row()\n$cartAbandonmentTable assigned unsafely at line 372. | 18 |
| WordPress.WP.AlternativeFunctions.curl_curl_errno | ERROR | Using cURL functions is highly discouraged. Use wp_remote_get() instead. | 16 |
| WordPress.WP.AlternativeFunctions.file_system_operations_fclose | ERROR | File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fclose(). | 16 |
| WordPress.PHP.DevelopmentFunctions.error_log_error_log | WARNING | error_log() found. Debug code should not normally be used in production. | 15 |
| WordPress.WP.EnqueuedResourceParameters.MissingVersion | WARNING | 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. | 15 |
Latest Snapshot
Findings
1,829
Errors
974
Warnings
855
Score History
First score snapshot
First scan completed Jun 20, 2026
v4.8.6 ยท Plugin Check 2.0.0 ยท Model 2026.06-mvp-static-v2
Jun 20, 2026
v4.8.6
20
Latest
- Findings
- 1,829
- Errors
- 974
- Warnings
- 855
- Plugin Check
- 2.0.0
- Model
- 2026.06-mvp-static-v2
| Scan | Score | Findings | Errors | Warnings | Plugin | Plugin Check | Model |
|---|---|---|---|---|---|---|---|
| Jun 20, 2026Latest | 20 | 1,829 | 974 | 855 | v4.8.6 | 2.0.0 | 2026.06-mvp-static-v2 |