-
Notifications
You must be signed in to change notification settings - Fork 0
Installation
Before installing OpenSimulator Royal Flush, make sure you have:
- WordPress 5.0+
- w4os — OpenSimulator Web Interface installed and configured
- An OpenSimulator grid with WordPress-based registration
- PHP 7.4+
- Optional: Disable User Login — required for the 🚫 Select Disabled feature
- Go to the Releases page and download the latest zip
- In your WordPress admin go to Plugins → Add New → Upload Plugin
- Click Choose File and select the downloaded zip
- Click Install Now
- Click Activate Plugin
After activation the plugin will:
- Register a daily WP-Cron scan automatically
- Pre-populate the trusted domains list with 38 common email providers
Important: On first activation the cron scan fires immediately. Any existing no-avatar accounts that are already past the 30 or 59 day thresholds will receive emails right away. This is expected behavior and only happens once per account.
To manually trigger a scan at any time:
- Navigate to Users → 👑 Royal Flush
- Click ▶ Run Scan Now
Deactivating the plugin cleanly removes the WP-Cron schedule. User meta flags (orf_email_d30, orf_email_d59, orf_queued) remain in the database but are harmless. If the plugin is reactivated, it will pick up exactly where it left off.
Deleting the plugin via WordPress admin removes all plugin files. User meta flags are not automatically cleaned from the database on deletion. If you want a completely clean removal, delete the following user meta keys manually:
orf_email_d30orf_email_d59orf_queued
← Home | Configuration →