Wallet System for WooCommerce – Digital Wallet, Buy Now Pay Later (BNPL), Instant Cashback, Referral program, Partial & Subscription Payments Security & Risk Analysis

wordpress.org/plugins/wallet-system-for-woocommerce

This plugin adds a digital wallet and Buy Now Pay Later feature to your WooCommerce store, allowing customers to add funds, check balances, and make s …

2K active installs v2.7.4 PHP 7.4+ WP 6.7.0+ Updated Feb 27, 2026
cashbackdigital-walletpaymentswoocommerce-walletwordpress-wallet
95
A · Safe
CVEs total8
Unpatched0
Last CVEJan 16, 2026
Safety Verdict

Is Wallet System for WooCommerce – Digital Wallet, Buy Now Pay Later (BNPL), Instant Cashback, Referral program, Partial & Subscription Payments Safe to Use in 2026?

Generally Safe

Score 95/100

Wallet System for WooCommerce – Digital Wallet, Buy Now Pay Later (BNPL), Instant Cashback, Referral program, Partial & Subscription Payments has a strong security track record. Known vulnerabilities have been patched promptly.

8 known CVEsLast CVE: Jan 16, 2026Updated 1mo ago
Risk Assessment

The "wallet-system-for-woocommerce" plugin v2.7.4 exhibits a mixed security posture, with several concerning aspects despite some good practices. While the plugin demonstrates a high percentage of properly escaped outputs and utilizes prepared statements for most SQL queries, the significant number of AJAX handlers lacking authorization checks (15 out of 20) presents a substantial attack surface. The presence of dangerous functions like `exec` is a critical red flag, and the three high-severity unsanitized taint flows indicate potential vulnerabilities in how user input is handled, which could lead to serious security issues. The plugin's history of 8 medium-severity CVEs, covering a range of common WordPress vulnerabilities like missing authorization, information exposure, CSRF, and XSS, suggests a recurring pattern of insecure coding practices. While there are no currently unpatched vulnerabilities, the historical trend and the static analysis findings point to a need for significant improvements in authorization and input sanitization to mitigate risks.

Key Concerns

  • Unprotected AJAX handlers
  • Dangerous function 'exec' found
  • High severity unsanitized taint flows
  • History of 8 medium CVEs
  • Bundled libraries (DataTables, dompdf, Select2) may be outdated
Vulnerabilities
8

Wallet System for WooCommerce – Digital Wallet, Buy Now Pay Later (BNPL), Instant Cashback, Referral program, Partial & Subscription Payments Security Vulnerabilities

CVEs by Year

2 CVEs in 2024
2024
5 CVEs in 2025
2025
1 CVE in 2026
2026
Patched Has unpatched

Severity Breakdown

Medium
8

8 total CVEs

CVE-2025-14450medium · 6.5Missing Authorization

Wallet System for WooCommerce <= 2.7.2 - Missing Authorization to Authenticated (Subscriber+) Arbitrary Wallet Balance Manipulation

Jan 16, 2026 Patched in 2.7.3 (1d)
CVE-2025-68029medium · 4.3Exposure of Sensitive Information to an Unauthorized Actor

Wallet System for WooCommerce <= 2.7.3 - Authenticated (Subscriber+) Information Exposure

Dec 29, 2025 Patched in 2.7.4 (68d)
CVE-2025-54041medium · 4.3Cross-Site Request Forgery (CSRF)

Wallet System for WooCommerce <= 2.6.7 - Cross-Site Request Forgery

Jul 16, 2025 Patched in 2.6.8 (6d)
CVE-2025-32530medium · 6.1Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')

Wallet System for WooCommerce <= 2.6.8 - Reflected Cross-Site Scripting

Apr 10, 2025 Patched in 2.6.9 (106d)
CVE-2024-13682medium · 4.3Cross-Site Request Forgery (CSRF)

Wallet System for WooCommerce – Wallet, Wallet Cashback, Refunds, Partial Payment, Wallet Restriction <= 2.6.2 - Cross-Site Request Forgery

Mar 3, 2025 Patched in 2.6.3 (1d)
CVE-2024-13724medium · 4.3Improper Authorization

Wallet System for WooCommerce – Wallet, Wallet Cashback, Refunds, Partial Payment, Wallet Restriction <= 2.6.2 - Missing Authorization

Mar 3, 2025 Patched in 2.6.3 (1d)
CVE-2024-38699medium · 5.3Insertion of Sensitive Information into Log File

Wallet System for WooCommerce <= 2.5.13 - Information Exposure via Log Files

Jul 11, 2024 Patched in 2.5.14 (7d)
CVE-2024-32446medium · 4.3Cross-Site Request Forgery (CSRF)

Wallet System for WooCommerce <= 2.5.9 - Cross-Site Request Forgery

Apr 12, 2024 Patched in 2.5.10 (6d)
Code Analysis
Analyzed Mar 16, 2026

Wallet System for WooCommerce – Digital Wallet, Buy Now Pay Later (BNPL), Instant Cashback, Referral program, Partial & Subscription Payments Code Analysis

Dangerous Functions
3
Raw SQL Queries
9
38 prepared
Unescaped Output
38
1218 escaped
Nonce Checks
56
Capability Checks
10
File Operations
3
External Requests
8
Bundled Libraries
3

Dangerous Functions Found

exec$wsfw_system_status['uptime'] = function_exists( 'exec' ) ? @exec( 'uptime -p' ) : __( 'N/A (make suincludes\class-wallet-system-for-woocommerce.php:708
exec$wsfw_system_status['processes'] = function_exists( 'exec' ) ? @exec( 'ps aux | wc -l' ) : __( 'N/A includes\class-wallet-system-for-woocommerce.php:762
exec$wsfw_system_status['windows_cpu_usage'] = function_exists( 'exec' ) ? @exec( 'wmic cpu get loadpercincludes\class-wallet-system-for-woocommerce.php:771

Bundled Libraries

DataTablesdompdfSelect2

SQL Query Safety

81% prepared47 total queries

Output Escaping

97% escaped1256 total outputs
Data Flows
3 unsanitized

Data Flow Analysis

17 flows3 with unsanitized paths
wsfw_admin_save_data (admin\class-wallet-system-for-woocommerce-admin.php:1700)
Source (user input) Sink (dangerous op) Sanitizer Transform Unsanitized Sanitized
Attack Surface
15 unprotected

Wallet System for WooCommerce – Digital Wallet, Buy Now Pay Later (BNPL), Instant Cashback, Referral program, Partial & Subscription Payments Attack Surface

Entry Points26
Unprotected15

AJAX Handlers 20

authwp_ajax_calculate_amount_after_walletincludes\class-wallet-system-ajaxhandler.php:32
authwp_ajax_unset_wallet_sessionincludes\class-wallet-system-ajaxhandler.php:33
authwp_ajax_calculate_amount_total_after_walletincludes\class-wallet-system-ajaxhandler.php:34
authwp_ajax_change_wallet_fund_request_statusincludes\class-wallet-system-ajaxhandler.php:35
authwp_ajax_wps_wsfw_send_onboarding_dataincludes\class-wallet-system-for-woocommerce-onboarding-steps.php:125
noprivwp_ajax_wps_wsfw_send_onboarding_dataincludes\class-wallet-system-for-woocommerce-onboarding-steps.php:126
authwp_ajax_wsfw_skip_onboarding_popupincludes\class-wallet-system-for-woocommerce-onboarding-steps.php:129
noprivwp_ajax_wsfw_skip_onboarding_popupincludes\class-wallet-system-for-woocommerce-onboarding-steps.php:130
authwp_ajax_export_users_walletincludes\class-wallet-system-for-woocommerce.php:262
authwp_ajax_change_wallet_withdrawan_statusincludes\class-wallet-system-for-woocommerce.php:265
authwp_ajax_restrict_user_from_wallet_accessincludes\class-wallet-system-for-woocommerce.php:266
authwp_ajax_wps_wallet_order_refund_actionincludes\class-wallet-system-for-woocommerce.php:268
authwp_ajax_wps_wallet_refund_partial_paymentincludes\class-wallet-system-for-woocommerce.php:269
authwp_ajax_wps_wallet_delete_user_tranasactionsincludes\class-wallet-system-for-woocommerce.php:270
authwp_ajax_wps_wsfw_filter_chart_dataincludes\class-wallet-system-for-woocommerce.php:280
noprivwp_ajax_wps_wsfw_filter_chart_dataincludes\class-wallet-system-for-woocommerce.php:281
authwp_ajax_wps_get_kyc_requestsincludes\class-wallet-system-for-woocommerce.php:317
noprivwp_ajax_wps_get_kyc_requestsincludes\class-wallet-system-for-woocommerce.php:320
authwp_ajax_wps_update_kyc_statusincludes\class-wallet-system-for-woocommerce.php:321
authwp_ajax_wps_wsfw_dismiss_notice_bannerincludes\class-wallet-system-for-woocommerce.php:326

Shortcodes 6

[WPS_WALLET_RECHARGE] common\class-wallet-system-for-woocommerce-common.php:119
[WPS_WALLET_TRANSFER] common\class-wallet-system-for-woocommerce-common.php:120
[WPS_WITHDRAWAL_REQUEST] common\class-wallet-system-for-woocommerce-common.php:121
[WPS_WALLET_TRANSACTIONS] common\class-wallet-system-for-woocommerce-common.php:122
[wps-wallet] public\class-wallet-system-for-woocommerce-public.php:809
[wps-wallet-amount] public\class-wallet-system-for-woocommerce-public.php:810
WordPress Hooks 147
actionwps_wallet_partial_order_refundedadmin\class-wallet-system-for-woocommerce-admin.php:3570
actionwps_wallet_partial_order_refundedadmin\class-wallet-system-for-woocommerce-admin.php:3589
actionwoocommerce_blocks_payment_method_type_registrationcommon\class-wallet-system-for-woocommerce-common.php:1205
actionadmin_enqueue_scriptsincludes\class-wallet-system-for-woocommerce-onboarding-steps.php:116
actionadmin_enqueue_scriptsincludes\class-wallet-system-for-woocommerce-onboarding-steps.php:117
actionadmin_footerincludes\class-wallet-system-for-woocommerce-onboarding-steps.php:118
actionadmin_footerincludes\class-wallet-system-for-woocommerce-onboarding-steps.php:119
filterwps_wsfw_on_boarding_form_fieldsincludes\class-wallet-system-for-woocommerce-onboarding-steps.php:121
filterwps_wsfw_deactivation_form_fieldsincludes\class-wallet-system-for-woocommerce-onboarding-steps.php:122
actionplugins_loadedincludes\class-wallet-system-for-woocommerce.php:200
actionadmin_enqueue_scriptsincludes\class-wallet-system-for-woocommerce.php:214
actionadmin_enqueue_scriptsincludes\class-wallet-system-for-woocommerce.php:215
actionadmin_menuincludes\class-wallet-system-for-woocommerce.php:218
actionadmin_menuincludes\class-wallet-system-for-woocommerce.php:219
filterwps_add_plugins_menus_arrayincludes\class-wallet-system-for-woocommerce.php:222
filterwsfw_wallet_action_settings_registration_arrayincludes\class-wallet-system-for-woocommerce.php:223
filterwsfw_wallet_action_settings_daily_visit_arrayincludes\class-wallet-system-for-woocommerce.php:224
filterwsfw_wallet_action_settings_payment_gateway_charge_arrayincludes\class-wallet-system-for-woocommerce.php:225
actionwsfw_wallet_action_settings_comment_arrayincludes\class-wallet-system-for-woocommerce.php:227
filterwsfw_wallet_action_settings_auto_topup_arrayincludes\class-wallet-system-for-woocommerce.php:228
filterwsfw_wallet_action_settings_submit_button_arrayincludes\class-wallet-system-for-woocommerce.php:229
filterwsfw_general_settings_arrayincludes\class-wallet-system-for-woocommerce.php:231
filterwsfw_cashback_settings_arrayincludes\class-wallet-system-for-woocommerce.php:232
filterwsfw_update_wallet_arrayincludes\class-wallet-system-for-woocommerce.php:234
filterwsfw_import_wallet_arrayincludes\class-wallet-system-for-woocommerce.php:236
filterwsfw_wallet_withdrawal_arrayincludes\class-wallet-system-for-woocommerce.php:238
actionwps_wsfw_before_common_settings_formincludes\class-wallet-system-for-woocommerce.php:239
filtermanage_users_columnsincludes\class-wallet-system-for-woocommerce.php:243
filtermanage_users_custom_columnincludes\class-wallet-system-for-woocommerce.php:244
filtermanage_wallet_withdrawal_posts_columnsincludes\class-wallet-system-for-woocommerce.php:246
actionmanage_wallet_withdrawal_posts_custom_columnincludes\class-wallet-system-for-woocommerce.php:247
actionadmin_footer-post.phpincludes\class-wallet-system-for-woocommerce.php:249
actionshow_user_profileincludes\class-wallet-system-for-woocommerce.php:251
actionedit_user_profileincludes\class-wallet-system-for-woocommerce.php:252
actionadmin_headincludes\class-wallet-system-for-woocommerce.php:254
actionwoocommerce_email_customer_detailsincludes\class-wallet-system-for-woocommerce.php:255
actionwsfw_general_settings_beforeincludes\class-wallet-system-for-woocommerce.php:256
actioninitincludes\class-wallet-system-for-woocommerce.php:259
actioninitincludes\class-wallet-system-for-woocommerce.php:260
actionwoocommerce_order_status_changedincludes\class-wallet-system-for-woocommerce.php:264
actionwoocommerce_after_order_fee_item_nameincludes\class-wallet-system-for-woocommerce.php:272
filtermanage_edit-shop_order_columnsincludes\class-wallet-system-for-woocommerce.php:274
actionmanage_shop_order_posts_custom_columnincludes\class-wallet-system-for-woocommerce.php:276
actionwoocommerce_shop_order_list_table_custom_columnincludes\class-wallet-system-for-woocommerce.php:278
filterwoocommerce_shop_order_list_table_columnsincludes\class-wallet-system-for-woocommerce.php:279
actioninitincludes\class-wallet-system-for-woocommerce.php:284
filterwsfw_general_extra_settings_arrayincludes\class-wallet-system-for-woocommerce.php:288
actionwps_sfw_renewal_order_creationincludes\class-wallet-system-for-woocommerce.php:289
filterwsfwp_wallet_action_settings_withdrawal_arrayincludes\class-wallet-system-for-woocommerce.php:296
filterwsfwp_wallet_action_settings_transfer_arrayincludes\class-wallet-system-for-woocommerce.php:297
actionwsfw_wallet_action_settings_refer_friend_arrayincludes\class-wallet-system-for-woocommerce.php:298
actionwsfw_wallet_action_different_layout_settings_arrayincludes\class-wallet-system-for-woocommerce.php:299
actionwsfw_wallet_action_payment_settings_arrayincludes\class-wallet-system-for-woocommerce.php:300
actionwsfw_wallet_action_low_balance_settings_arrayincludes\class-wallet-system-for-woocommerce.php:301
actionwsfw_wallet_action_gamification_rule_settings_arrayincludes\class-wallet-system-for-woocommerce.php:302
filterwsfw_wallet_restriction_withdrawal_array_orgincludes\class-wallet-system-for-woocommerce.php:303
filterwsfw_wallet_restriction_transfer_array_orgincludes\class-wallet-system-for-woocommerce.php:304
filterwsfw_wallet_restriction_recharge_array_orgincludes\class-wallet-system-for-woocommerce.php:305
actionwsfw_wallet_action_recharge_enable_settings_orgincludes\class-wallet-system-for-woocommerce.php:306
actionwsfw_wallet_action_promotions_enable_settings_orgincludes\class-wallet-system-for-woocommerce.php:307
filterwsfw_wallet_action_withdrawal_settingsincludes\class-wallet-system-for-woocommerce.php:308
filterwsfw_wallet_action_sms_notification_settingsincludes\class-wallet-system-for-woocommerce.php:309
filterwsfw_wallet_bnpl_notification_settingsincludes\class-wallet-system-for-woocommerce.php:312
filterwsfw_wallet_kyc_notification_settingsincludes\class-wallet-system-for-woocommerce.php:313
actionwoocommerce_new_orderincludes\class-wallet-system-for-woocommerce.php:314
actionadmin_initincludes\class-wallet-system-for-woocommerce.php:324
actionwps_wgm_check_for_notification_updateincludes\class-wallet-system-for-woocommerce.php:325
actionwp_enqueue_scriptsincludes\class-wallet-system-for-woocommerce.php:340
filterwoocommerce_is_purchasableincludes\class-wallet-system-for-woocommerce.php:342
actionwoocommerce_order_status_changedincludes\class-wallet-system-for-woocommerce.php:344
actionwpswings_tracker_send_eventincludes\class-wallet-system-for-woocommerce.php:347
actioncomment_postincludes\class-wallet-system-for-woocommerce.php:349
actiontransition_comment_statusincludes\class-wallet-system-for-woocommerce.php:350
filtermvx_vendor_payment_modeincludes\class-wallet-system-for-woocommerce.php:354
filtermvx_parent_order_to_vendor_order_statuses_to_syncincludes\class-wallet-system-for-woocommerce.php:355
filterwoocommerce_order_status_changedincludes\class-wallet-system-for-woocommerce.php:356
actionwoocommerce_blocks_loadedincludes\class-wallet-system-for-woocommerce.php:359
filterwoocommerce_order_get_tax_totalsincludes\class-wallet-system-for-woocommerce.php:360
filterwps_wpr_gamification_feature_for_walletincludes\class-wallet-system-for-woocommerce.php:361
actionwps_wsfw_assign_wallet_ids_eventincludes\class-wallet-system-for-woocommerce.php:363
actionuser_registerincludes\class-wallet-system-for-woocommerce.php:364
actionwoocommerce_scheduled_subscription_payment_wps_wcb_wallet_payment_gatewayincludes\class-wallet-system-for-woocommerce.php:366
actioninitincludes\class-wallet-system-for-woocommerce.php:368
actionwps_wsfw_daily_wallet_thresoldincludes\class-wallet-system-for-woocommerce.php:369
actionwoocommerce_order_status_changedincludes\class-wallet-system-for-woocommerce.php:371
actionwoocommerce_order_status_changedincludes\class-wallet-system-for-woocommerce.php:372
filterwps_wsfw_show_converted_priceincludes\class-wallet-system-for-woocommerce.php:374
filterwps_wsfw_convert_to_base_priceincludes\class-wallet-system-for-woocommerce.php:375
actionwp_enqueue_scriptsincludes\class-wallet-system-for-woocommerce.php:391
actionwp_enqueue_scriptsincludes\class-wallet-system-for-woocommerce.php:392
actioninitincludes\class-wallet-system-for-woocommerce.php:393
actionquery_varsincludes\class-wallet-system-for-woocommerce.php:394
actionwoocommerce_account_wps-wallet_endpointincludes\class-wallet-system-for-woocommerce.php:395
actionwoocommerce_account_menu_itemsincludes\class-wallet-system-for-woocommerce.php:396
filterwoocommerce_available_payment_gatewaysincludes\class-wallet-system-for-woocommerce.php:397
actionwoocommerce_review_order_after_order_totalincludes\class-wallet-system-for-woocommerce.php:398
actionwoocommerce_new_orderincludes\class-wallet-system-for-woocommerce.php:399
actionwoocommerce_cart_calculate_feesincludes\class-wallet-system-for-woocommerce.php:400
actiontemplate_redirectincludes\class-wallet-system-for-woocommerce.php:401
filterwoocommerce_add_to_cart_validationincludes\class-wallet-system-for-woocommerce.php:402
actionwoocommerce_before_calculate_totalsincludes\class-wallet-system-for-woocommerce.php:403
actionwoocommerce_cart_item_removedincludes\class-wallet-system-for-woocommerce.php:404
filterwoocommerce_checkout_fieldsincludes\class-wallet-system-for-woocommerce.php:406
actionwoocommerce_thankyouincludes\class-wallet-system-for-woocommerce.php:407
actionwoocommerce_email_customer_detailsincludes\class-wallet-system-for-woocommerce.php:408
actionwoocommerce_before_cart_tableincludes\class-wallet-system-for-woocommerce.php:409
actionwoocommerce_before_checkout_formincludes\class-wallet-system-for-woocommerce.php:410
actionwoocommerce_blocks_enqueue_cart_block_scripts_afterincludes\class-wallet-system-for-woocommerce.php:412
actionwoocommerce_blocks_enqueue_checkout_block_scripts_beforeincludes\class-wallet-system-for-woocommerce.php:413
actionwoocommerce_after_shop_loop_item_titleincludes\class-wallet-system-for-woocommerce.php:416
actionwoocommerce_single_product_summaryincludes\class-wallet-system-for-woocommerce.php:417
filterwoocommerce_product_review_comment_form_argsincludes\class-wallet-system-for-woocommerce.php:419
actionwoocommerce_before_customer_login_formincludes\class-wallet-system-for-woocommerce.php:421
actionuser_registerincludes\class-wallet-system-for-woocommerce.php:422
actionwpincludes\class-wallet-system-for-woocommerce.php:424
filterwoocommerce_cart_totals_fee_htmlincludes\class-wallet-system-for-woocommerce.php:425
filterwoocommerce_thankyou_order_idincludes\class-wallet-system-for-woocommerce.php:426
actionwoocommerce_thankyouincludes\class-wallet-system-for-woocommerce.php:427
filterwc_order_typesincludes\class-wallet-system-for-woocommerce.php:428
actionwoocommerce_checkout_order_processedincludes\class-wallet-system-for-woocommerce.php:431
actionwp_loadedincludes\class-wallet-system-for-woocommerce.php:432
filtermvx_available_payment_gatewaysincludes\class-wallet-system-for-woocommerce.php:433
filterwoocommerce_product_get_tax_classincludes\class-wallet-system-for-woocommerce.php:434
actionwoocommerce_blocks_enqueue_checkout_block_scripts_beforeincludes\class-wallet-system-for-woocommerce.php:435
actionwoocommerce_store_api_checkout_order_processedincludes\class-wallet-system-for-woocommerce.php:436
filterwoocommerce_available_payment_gatewaysincludes\class-wallet-system-for-woocommerce.php:437
actionwoocommerce_store_api_checkout_order_processedincludes\class-wallet-system-for-woocommerce.php:439
actionwoocommerce_checkout_update_order_metaincludes\class-wallet-system-for-woocommerce.php:440
actionrest_api_initincludes\class-wallet-system-for-woocommerce.php:456
filterautomatic_payment_methodmarketplace\multivendor-wcmarketplace\class-wallet-system-for-woocommerce-wcmp.php:21
filterwcmp_vendor_payment_modemarketplace\multivendor-wcmarketplace\class-wallet-system-for-woocommerce-wcmp.php:22
filterwcmp_payment_gatewaysmarketplace\multivendor-wcmarketplace\class-wallet-system-for-woocommerce-wcmp.php:23
filterwoocommerce_payment_gatewayspublic\class-wallet-credit-payment-gateway.php:36
actionplugins_loadedpublic\class-wallet-credit-payment-gateway.php:453
actionwoocommerce_before_cartpublic\class-wallet-system-for-woocommerce-public.php:1028
actionwoocommerce_blocks_enqueue_cart_block_scripts_afterpublic\class-wallet-system-for-woocommerce-public.php:1029
filterwoocommerce_enable_order_notes_fieldpublic\class-wallet-system-for-woocommerce-public.php:1575
actionadmin_noticeswallet-system-for-woocommerce.php:143
actionwp_initialize_sitewallet-system-for-woocommerce.php:180
filterwpmu_drop_tableswallet-system-for-woocommerce.php:193
actionadmin_enqueue_scriptswallet-system-for-woocommerce.php:243
filterplugin_row_metawallet-system-for-woocommerce.php:302
actionadmin_initwallet-system-for-woocommerce.php:306
actionadmin_noticeswallet-system-for-woocommerce.php:316
actionbefore_woocommerce_initwallet-system-for-woocommerce.php:337
actionadmin_noticeswallet-system-for-woocommerce.php:348
actionadmin_noticeswallet-system-for-woocommerce.php:396

Scheduled Events 5

wps_wgm_check_for_notification_update
wps_wsfw_assign_wallet_ids_event
wps_wsfw_daily_wallet_thresold
wpswings_tracker_send_event
wpswings_tracker_send_event
Maintenance & Trust

Wallet System for WooCommerce – Digital Wallet, Buy Now Pay Later (BNPL), Instant Cashback, Referral program, Partial & Subscription Payments Maintenance & Trust

Maintenance Signals

WordPress version tested6.9.4
Last updatedFeb 27, 2026
PHP min version7.4
Downloads128K

Community Trust

Rating98/100
Number of ratings64
Active installs2K
Developer Profile

Wallet System for WooCommerce – Digital Wallet, Buy Now Pay Later (BNPL), Instant Cashback, Referral program, Partial & Subscription Payments Developer Profile

WP Swings

13 plugins · 43K total installs

77
trust score
Avg Security Score
97/100
Avg Patch Time
101 days
View full developer profile
Detection Fingerprints

How We Detect Wallet System for WooCommerce – Digital Wallet, Buy Now Pay Later (BNPL), Instant Cashback, Referral program, Partial & Subscription Payments

Patterns used to identify this plugin on WordPress sites during automated security audits and web crawling.

Asset Fingerprints

Asset Paths
/wp-content/plugins/wallet-system-for-woocommerce/assets/css/backend.css/wp-content/plugins/wallet-system-for-woocommerce/assets/css/frontend.css/wp-content/plugins/wallet-system-for-woocommerce/assets/js/backend.js/wp-content/plugins/wallet-system-for-woocommerce/assets/js/frontend.js
Script Paths
/wp-content/plugins/wallet-system-for-woocommerce/assets/js/backend.js/wp-content/plugins/wallet-system-for-woocommerce/assets/js/frontend.js
Version Parameters
wallet-system-for-woocommerce/assets/css/backend.css?ver=wallet-system-for-woocommerce/assets/css/frontend.css?ver=wallet-system-for-woocommerce/assets/js/backend.js?ver=wallet-system-for-woocommerce/assets/js/frontend.js?ver=

HTML / DOM Fingerprints

CSS Classes
wps-wallet-admin-sidebarwps-wallet-backend-wrapperwps-wsfw-admin-dashboardwps-wsfw-menuwps-wsfw-page-titlewps-wsfw-product-tablewps-wsfw-settings-sectionwps-wsfw-user-balance+1 more
HTML Comments
<!-- Start: Wallet System for WooCommerce --><!-- End: Wallet System for WooCommerce -->
Data Attributes
data-wps-wsfw-currency-symboldata-wps-wsfw-user-id
JS Globals
wps_wsfw_backend_paramswps_wsfw_frontend_params
REST Endpoints
/wp-json/wps-wsfw/v1/wallet
Shortcode Output
[wps_wsfw_wallet_balance][wps_wsfw_my_wallet][wps_wsfw_transactions]
FAQ

Frequently Asked Questions about Wallet System for WooCommerce – Digital Wallet, Buy Now Pay Later (BNPL), Instant Cashback, Referral program, Partial & Subscription Payments