---
title: WordPress Activity Log Limitation — Citrus America
type: article
created: '2025-12-03'
updated: '2025-12-03'
source_docs:
- raw/2025-12-03-mid-week-call-w-melissa-106087274.md
tags:
- wordpress
- citrus
- activity-log
- tooling
- account-management
layer: 2
client_source: Citrus America
industry_context: food-beverage
transferable: false
---

# WordPress Activity Log Limitation — Citrus America

## Overview

During a December 2025 ops sync, Melissa attempted to retrieve activity data for a former Citrus America sales rep (Bill Dickey) using the WP Activity Log plugin. The investigation revealed two compounding limitations that made data retrieval impossible.

## What Happened

Miriam (Citrus America contact) requested a record of Bill Dickey's activity after his user account was removed from the WordPress site. Melissa attempted to pull this data via the WP Activity Log plugin by navigating to the user's profile and filtering for his activity.

Two blockers emerged:

1. **User account already deleted.** Miriam had already removed Bill Dickey's WordPress user account before the request was made. Once a user is deleted, any associated log entries become inaccessible or orphaned.
2. **Plugin scope is technical, not business.** WP Activity Log records technical CMS events — page edits, plugin changes, login attempts — not business activity such as sales calls, emails sent, or client interactions. Since Bill Dickey's role was that of a sales rep (not a site editor), he had no edit permissions, meaning the plugin would have logged little to nothing for him regardless.

## Key Constraints of WP Activity Log

- Tracks: page/post edits, plugin activations, login events, settings changes
- Does **not** track: sales activity, external communications, CRM interactions, or any action outside the WordPress admin
- Data is tied to the WordPress user account; deleting the account removes the ability to query that user's history
- The plugin was already being phased out on some sites due to performance issues — large log files were contributing to slow load times and 500 errors, per WP Engine's recommendation

## Resolution

Melissa will email Miriam explaining:
- The WP Activity Log plugin only captures technical site changes, not business activity
- Because Bill Dickey's account was already deleted, no log data can be retrieved
- No further action is possible on this request

## Action Items

- [ ] Email Miriam re: Bill Dickey activity log — explain plugin limitations and confirm no business activity logs exist (@Melissa Cusumano)

## Related

- [[wiki/clients/current/citrus-america/_index]]
- [[wiki/ops/tooling/wordpress-activity-log-policy]]