Title: Culprit – Conflict Detection
Author: ManicSoup
Published: <strong>August 6, 2026</strong>
Last modified: August 6, 2026

---

Search plugins

![](https://ps.w.org/culprit/assets/banner-772x250.png?rev=3637103)

![](https://ps.w.org/culprit/assets/icon-256x256.png?rev=3637103)

# Culprit – Conflict Detection

 By [ManicSoup](https://profiles.wordpress.org/manicsoup/)

[Download](https://downloads.wordpress.org/plugin/culprit.1.0.1.zip)

 * [Details](https://wordpress.org/plugins/culprit/#description)
 * [Reviews](https://wordpress.org/plugins/culprit/#reviews)
 *  [Installation](https://wordpress.org/plugins/culprit/#installation)
 * [Development](https://wordpress.org/plugins/culprit/#developers)

 [Support](https://wordpress.org/support/plugin/culprit/)

## Description

When your WordPress site breaks, the first question is always the same: **which 
plugin or theme did it?** Culprit answers that.

Culprit catches PHP fatal errors and the White Screen of Death the moment they happen,
identifies the plugin or theme that owns the failing code, and shows you a clear,
readable incident: what broke, when, and how many times. If you choose to enable
it, an optional early-boot watcher extends coverage to crashes that occur before
plugins load — even when the crash happens so early that you can’t reach your admin.

This is the free core. It runs quietly, costs almost nothing, and never touches 
your site — it only observes.

**What Culprit does (free)**

 * Catches PHP fatal errors and white screens the moment they happen.
 * Optional early-boot watcher (explicit opt-in) that also catches crashes occurring
   before plugins load.
 * Identifies the plugin or theme responsible for the failing file.
 * Shows recent changes around the time of the crash for context.
 * Lists incidents with the culprit, time, and occurrence count.
 * Environment report — WordPress, PHP, database, server, theme, and plugin versions
   in one place, exportable as a support report.
 * Reports the watcher’s health, with a graceful fallback if your host restricts
   the mu-plugins directory.

**Premium (available at manicsoup.com)**

 * Correlation and confidence scoring — see what changed right before the crash.
 * Time Machine debugging — compare the last known good state with today and see
   exactly what changed before the problem started.
 * Hook Inspector — see which plugins attach to any hook, in execution order, plus
   a lifecycle timeline of real page loads.
 * Conflict history to surface chronic offenders.
 * Exportable conflict reports.

**Elite**

 * Active deep scan — prove the culprit by safely reproducing the conflict.
 * Recovery Assistant — one-click recovery that disables only the plugin that broke
   your site.
 * Detect conflicts that break behavior without throwing an error.

## Screenshots

[⌊Incidents — Culprit names the plugin or theme that broke your site, in plain English,
with confidence and occurrence counts.⌉⌊Incidents — Culprit names the plugin or 
theme that broke your site, in plain English, with confidence and occurrence counts
.⌉[

Incidents — Culprit names the plugin or theme that broke your site, in plain English,
with confidence and occurrence counts.

[⌊Environment report (free) — WordPress, PHP, database, server, caching, theme, 
and plugin versions in one place, downloadable as a support report.⌉⌊Environment
report (free) — WordPress, PHP, database, server, caching, theme, and plugin versions
in one place, downloadable as a support report.⌉[

Environment report (free) — WordPress, PHP, database, server, caching, theme, and
plugin versions in one place, downloadable as a support report.

[⌊Time Machine debugging (Premium) — the chain of events between the last known 
good state and the crash, with the likeliest cause flagged.⌉⌊Time Machine debugging(
Premium) — the chain of events between the last known good state and the crash, 
with the likeliest cause flagged.⌉[

Time Machine debugging (Premium) — the chain of events between the last known good
state and the crash, with the likeliest cause flagged.

[⌊Hook Inspector (Premium) — every callback on any hook, in execution order, with
the plugin or theme that owns it, plus a page-load timeline.⌉⌊Hook Inspector (Premium)—
every callback on any hook, in execution order, with the plugin or theme that owns
it, plus a page-load timeline.⌉[

Hook Inspector (Premium) — every callback on any hook, in execution order, with 
the plugin or theme that owns it, plus a page-load timeline.

[⌊Recovery Assistant (Elite) — one click disables only the plugin that broke your
site.⌉⌊Recovery Assistant (Elite) — one click disables only the plugin that broke
your site.⌉[

Recovery Assistant (Elite) — one click disables only the plugin that broke your 
site.

[⌊Everything the paid tiers unlock, listed right in the free version.⌉⌊Everything
the paid tiers unlock, listed right in the free version.⌉[

Everything the paid tiers unlock, listed right in the free version.

## Installation

 1. Upload the plugin to `/wp-content/plugins/culprit` or install it through the Plugins
    screen.
 2. Activate it. Crash capture works immediately, no setup required.
 3. Optionally, enable the early-boot watcher on the **Culprit  Status** screen to 
    also catch crashes that happen before plugins load.
 4. Visit the **Culprit** menu to see detected incidents.

## FAQ

### Does Culprit slow down my site?

No. The watcher is tiny and only does work when a fatal error actually occurs.

### Does it change anything on my site?

No. The free version only observes and reports. It never modifies, disables, or 
deletes anything.

### Does Culprit write files outside its own folder?

Only if you explicitly enable the optional early-boot watcher on the Status screen—
that installs a small must-use loader in wp-content/mu-plugins so crashes during
earliest boot can be caught. Nothing is installed automatically, and disabling the
watcher (or deactivating/uninstalling Culprit) removes it. Crash captures are stored
in a protected folder inside your uploads directory.

### What if my host won’t let it install the watcher?

Culprit falls back to a standard handler that still catches most crashes, and tells
you in the Status tab.

## Reviews

There are no reviews for this plugin.

## Contributors & Developers

“Culprit – Conflict Detection” is open source software. The following people have
contributed to this plugin.

Contributors

 *   [ ManicSoup ](https://profiles.wordpress.org/manicsoup/)

[Translate “Culprit – Conflict Detection” into your language.](https://translate.wordpress.org/projects/wp-plugins/culprit)

### Interested in development?

[Browse the code](https://plugins.trac.wordpress.org/browser/culprit/), check out
the [SVN repository](https://plugins.svn.wordpress.org/culprit/), or subscribe to
the [development log](https://plugins.trac.wordpress.org/log/culprit/) by [RSS](https://plugins.trac.wordpress.org/log/culprit/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

#### 1.0.1

 * The early-boot watcher is now an explicit opt-in on the Status screen; nothing
   is written outside the plugin folder without your action, and the standard crash
   handler is always active.
 * Crash captures now live in a protected, unpredictably-named file in the uploads
   directory, resolved via wp_upload_dir() with no hard-coded paths.
 * Request URLs recorded with a crash are sanitized before being stored.

#### 1.0.0

 * First public release.
 * Early-boot watcher catches fatal errors and white screens, even when the crash
   happens before WordPress finishes loading.
 * Culprit identification: the plugin or theme that owns the failing code, named
   in plain English with an honest confidence score.
 * Recent-change context around every crash.
 * Environment report with a downloadable plain-text support report.
 * Premium: correlation & confidence scoring, Time Machine debugging, Hook Inspector&
   page-load timeline, conflict history, exportable conflict reports.
 * Elite: active deep scan that safely reproduces a conflict to prove the culprit,
   and the Recovery Assistant for one-click recovery.

## Meta

 *  Version **1.0.1**
 *  Last updated **3 hours ago**
 *  Active installations **Fewer than 10**
 *  WordPress version ** 5.5 or higher **
 *  Tested up to **7.0.3**
 *  PHP version ** 7.4 or higher **
 * Tags
 * [conflict](https://wordpress.org/plugins/tags/conflict/)[debug](https://wordpress.org/plugins/tags/debug/)
   [fatal error](https://wordpress.org/plugins/tags/fatal-error/)[troubleshooting](https://wordpress.org/plugins/tags/troubleshooting/)
 *  [Advanced View](https://wordpress.org/plugins/culprit/advanced/)

## Ratings

No reviews have been submitted yet.

[Your review](https://wordpress.org/support/plugin/culprit/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/culprit/reviews/)

## Contributors

 *   [ ManicSoup ](https://profiles.wordpress.org/manicsoup/)

## Support

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/culprit/)