Pay4All WIN lets you run online contests entirely from your WordPress site:
Optional integration:
This plugin does not connect to any external service. QR codes are generated on your own server by a bundled encoder (see the Source code section below), no data is sent to any third-party server, and the Help page’s “Write to support” button opens a standard mailto: link handled by your local mail client – no data flows through this plugin.
The complete, non-minified source of this plugin is bundled inside the ZIP itself. Every PHP, CSS and JavaScript file is human-readable and directly editable, and no compiler, transpiler or bundler is required to work on this plugin.
The QR code encoder at src/Lib/QrEncoder.php is an original, from-scratch implementation of ISO/IEC 18004 (byte mode, EC level L, versions 1-9) written under this plugin’s own GPL v2 license. No third-party QR library is bundled.