Manual Installation
- Upload the
ointel/ folder to /wp-content/plugins/
- Activate through Plugins → Installed Plugins
- Navigate to OIntel in the WP admin sidebar
- Click Run Scan on the Dashboard to generate your first health score
Via WP-CLI
bashwp plugin install ointel.zip --activate
wp ointel scan
On Activation
- Creates 5 custom database tables (see Database Tables)
- Schedules background scan cron job (daily by default)
- Schedules weekly report email
On Deactivation
- Removes scheduled cron events
- Preserves all data (tables and options remain)
On Uninstall
- If Remove on uninstall is enabled in Settings, all tables and options are permanently deleted