Return Refund and Exchange For WooCommerce

Provide an easy refund service and increase customer satisfaction with WooCommerce Return Refund, and Exchange Warranty Management Plugin.

v4.6.2WP SwingsUpdated Added 4k+ installs94% rating100% support resolved
31
Score
24
Errors
713
Warnings
-34
Change

Category Scores

Security0
Repo94
Performance100
Maintainability34

Issues to Review

Prioritized issue groups from the latest Plugin Check scan

737 findings

Maintainability

703

11 issue groups

Security

30

9 issue groups

I18n

3

2 issue groups

Repo Compliance

1

1 issue group

WARNINGMaintainabilityNon-prefixed global variableGlobal variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$activated".475
Category
Maintainability
Occurrences
475
Severity
warning

Sample message

Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$activated".

WARNINGMaintainabilityNon-prefixed hook nameHook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "active_plugins".166
Category
Maintainability
Occurrences
166
Severity
warning

Sample message

Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "active_plugins".

WARNINGMaintainabilityNon-prefixed functionFunctions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "activate_woo_refund_and_exchange_lite".25
Category
Maintainability
Occurrences
25
Severity
warning

Sample message

Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "activate_woo_refund_and_exchange_lite".

ERRORMaintainabilityMissing direct file access protectionPHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;15
Category
Maintainability
Occurrences
15
Severity
error

Sample message

PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;

WARNINGSecurityInterpolated SQL is not preparedUse placeholders and $wpdb->prepare(); found interpolated variable $placeholders at \t\t\t\tAND pm.meta_key IN ($placeholders)"8
Category
Security
Occurrences
8
Severity
warning

Sample message

Use placeholders and $wpdb->prepare(); found interpolated variable $placeholders at \t\t\t\tAND pm.meta_key IN ($placeholders)"

WARNINGMaintainabilityNon-prefixed classClasses declared by a theme/plugin should start with the theme/plugin prefix. Found: "Wps_Rma_Order_Messages_Email".8
Category
Maintainability
Occurrences
8
Severity
warning

Sample message

Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "Wps_Rma_Order_Messages_Email".

WARNINGSecurityUnfinished PrepareReplacement variables found, but no valid placeholders found in the query.6
Category
Security
Occurrences
6
Severity
warning

Sample message

Replacement variables found, but no valid placeholders found in the query.

WARNINGMaintainabilityDirect QueryUse of a direct database call is discouraged.5
Category
Maintainability
Occurrences
5
Severity
warning

Sample message

Use of a direct database call is discouraged.

WARNINGMaintainabilityNo CachingDirect database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().5
Category
Maintainability
Occurrences
5
Severity
warning

Sample message

Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().

ERRORSecuritySQL query is not preparedUse placeholders and $wpdb->prepare(); found $query5
Category
Security
Occurrences
5
Severity
error

Sample message

Use placeholders and $wpdb->prepare(); found $query

Show 13 more
WARNINGSecurityNonce verification recommended3
Category
Security
Occurrences
3
Severity
warning

Sample message

Processing form data without nonce verification.

WARNINGSecurityInput is not sanitized3
Category
Security
Occurrences
3
Severity
warning

Sample message

Detected usage of a non-sanitized input variable: $_POST['form_data']

WARNINGSecurityReplacements Wrong Number2
Category
Security
Occurrences
2
Severity
warning

Sample message

Incorrect number of replacements passed to $wpdb->prepare(). Found 1 replacement parameters, expected 2.

ERRORI18nMissing Translators Comment2
Category
I18n
Occurrences
2
Severity
error

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.

WARNINGI18nDiscouraged text-domain loading1
Category
I18n
Occurrences
1
Severity
warning

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.

ERRORSecurityDatabase parameter is not escaped1
Category
Security
Occurrences
1
Severity
error

Sample message

Unescaped parameter $query used in $wpdb->get_var()\n$query assigned unsafely at line 648.

WARNINGMaintainabilityNon-prefixed global variable1
Category
Maintainability
Occurrences
1
Severity
warning

Sample message

Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "$key".

WARNINGSecurityMissing nonce verification1
Category
Security
Occurrences
1
Severity
warning

Sample message

Processing form data without nonce verification.

WARNINGSecurityRequest data is not unslashed1
Category
Security
Occurrences
1
Severity
warning

Sample message

$_REQUEST['s'] not unslashed before sanitization. Use wp_unslash() or similar

WARNINGMaintainabilitymismatched plugin name1
Category
Maintainability
Occurrences
1
Severity
warning

Sample message

Plugin name "Return Refund and Exchange For WooCommerce" is different from the name declared in plugin header "Return Refund and Exchange for WooCommerce".

ERRORRepo Compliancereadme mismatched header requires1
Category
Repo Compliance
Occurrences
1
Severity
error

Sample message

Mismatched Requires at least: 6.7 != 6.7.0. "Requires at least" needs to be exactly the same with that in your main plugin file's header.

WARNINGMaintainabilitytrademarked term1
Category
Maintainability
Occurrences
1
Severity
warning

Sample message

The plugin slug includes a restricted term. Your plugin slug - "woo-refund-and-exchange-lite" - contains the restricted term "woo" and cannot be used to begin your plugin slug. We disallow the use of certain terms in ways that are abused, or potentially infringe on and/or are misleading with regards to trademarks. You may use the term "woo" elsewhere in your plugin slug, such as "... for woo".

WARNINGMaintainabilityupgrade notice limit1
Category
Maintainability
Occurrences
1
Severity
warning

Sample message

The upgrade notice for "4.6.2 - Released on 02 July 2026" exceeds the limit of 300 characters.

External Connections

Potential connections found in static code analysis.

26 domains

Outbound calls

139

External assets

1

Incoming endpoints

26

Notable Domains

wpswings.com61 · outbound
docs.wpswings.com6 · outbound
youtu.be3 · outbound
api.hsforms.com2 · outbound
app.shiprocket.in2 · outbound

Platform / Reference Domains

w3.org18 · platform/reference
github.com13 · platform/reference
wordpress.org3 · platform/reference
gnu.org1 · platform/reference
opensource.org1 · platform/reference

External Asset Domains

Incoming Endpoints

/wp-json/rma/refund-requestREST

register_rest_route

/wp-json/rma/refund-request-acceptREST

register_rest_route

/wp-json/rma/refund-request-cancelREST

register_rest_route

wp_ajax_nopriv_wps_rma_cancel_return_requestpublic

wp_ajax

wp_ajax_nopriv_wps_rma_fetch_order_msgspublic

wp_ajax

wp_ajax_nopriv_wps_rma_return_upload_filespublic

wp_ajax

Admin AJAX endpoints15
wp_ajax_wps_rma_api_secret_keyauthenticated

wp_ajax

wp_ajax_wps_rma_cancel_return_requestauthenticated

wp_ajax

wp_ajax_wps_rma_dismiss_notice_bannerauthenticated

wp_ajax

wp_ajax_wps_rma_fetch_order_msgsauthenticated

wp_ajax

wp_ajax_wps_rma_manage_stockauthenticated

wp_ajax

wp_ajax_wps_rma_refund_amountauthenticated

wp_ajax

wp_ajax_wps_rma_return_req_approveauthenticated

wp_ajax

wp_ajax_wps_rma_return_req_cancelauthenticated

wp_ajax

wp_ajax_wps_rma_return_upload_filesauthenticated

wp_ajax

wp_ajax_wps_rma_save_return_requestauthenticated

wp_ajax

wp_ajax_wps_rma_send_onboarding_dataauthenticated

wp_ajax

wp_ajax_wps_rma_send_order_msgauthenticated

wp_ajax

3 more hidden

Score History

2 score snapshots

-34
1007550250Jun 21, 2026, 07:15 AM UTC Score 65/100 Plugin v4.6.1 Plugin Check 2.0.0 21 errors, 653 warningsJul 2, 2026, 12:41 PM UTC Score 31/100 Plugin v4.6.2 Plugin Check 2.0.0 24 errors, 713 warningsJun 21, 2026Jul 2, 2026

v4.6.2

31

Latest

Findings
737
Errors
24
Warnings
713
Check
2.0.0

v4.6.1

65

Score

Findings
674
Errors
21
Warnings
653
Check
2.0.0

Relationship Map

Author, categories, issues, domains, and nearby plugins.

37 nodes

Related Plugins