-
Notifications
You must be signed in to change notification settings - Fork 0
Installation
Ethan Widen edited this page Jun 13, 2026
·
1 revision
- WordPress 5.8 or higher
- PHP 7.4 or higher
- WooCommerce (required for automatic QR generation on purchase)
- The Members plugin (optional — required only if you want role-based permission management)
- Download the latest
qr_code_tracker.zipfrom the GitHub Releases page. - In WordPress Admin, go to Plugins → Add New Plugin.
- Click Upload Plugin.
- Choose the downloaded zip file and click Install Now.
- Click Activate Plugin.
- Download and unzip
qr_code_tracker.zip. - Upload the
qr_code_trackerfolder to/wp-content/plugins/on your server. - In WordPress Admin, go to Plugins → Installed Plugins.
- Find QR Code Tracker and click Activate.
The plugin will automatically:
- Create the required database tables (
wp_qr_tracker,wp_qr_tracker_logs,wp_qr_tracker_teams,wp_qr_tracker_user_teams,wp_qr_tracker_access_requests). - Register default role capabilities for Administrator, Editor, Author, Contributor, and Subscriber.
- Add the QR Tracker menu to your WordPress Admin sidebar.
Proceed to Getting Started for first-time configuration.
To remove the plugin and optionally delete all data:
- Before deactivating, go to QR Tracker → Settings → General.
- Check Delete Data on Uninstall if you want all plugin tables and options permanently removed.
- Go to Plugins → Installed Plugins, deactivate, then delete the plugin.
Warning: Enabling "Delete Data on Uninstall" will permanently erase all QR codes, scan logs, teams, and settings. This cannot be undone.