Skip to content

Installation

Gundahar Bravin edited this page Jul 1, 2026 · 1 revision

📦 Installation

Requirements

Before installing OpenSimulator Royal Flush, make sure you have:


Installing the Plugin

  1. Go to the Releases page and download the latest zip
  2. In your WordPress admin go to Plugins → Add New → Upload Plugin
  3. Click Choose File and select the downloaded zip
  4. Click Install Now
  5. Click Activate Plugin

First Run

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:

  1. Navigate to Users → 👑 Royal Flush
  2. Click ▶ Run Scan Now

Deactivation

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.


Uninstallation

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_d30
  • orf_email_d59
  • orf_queued

Home | Configuration

Clone this wiki locally