WP Debug Toolkit 1.1.0 is LIVE. Get $300 discount on the lifetime deal now
Use Discount Code WPDTLTD

The WP Debug Toolkit (WPDT) error log viewer provides a filter panel and a search box for narrowing down log entries. Filters and search work together — filters restrict the data set, and search narrows within the filtered results.

Filter panel

Press F to open the filter panel. Press F again to close it. The panel contains five filter groups:

Level

Filter by error severity. Options:

  • Notice
  • Warning
  • Fatal
  • Parse
  • Error

Select one or more levels. Only entries matching the selected levels are shown.

Time

Restrict entries to a recent time window. Options:

  • 1m (one minute)
  • 5m
  • 15m
  • 30m
  • 1h
  • 6h
  • 24h
  • 7d (seven days)

Select a time range to hide older entries. This is useful after deploying a change — set the time filter to 5m or 15m to see only errors that appeared since the deploy.

Source

Filter by where the error originates in the WordPress file structure:

  • Core — errors from WordPress core files
  • Plugins — errors from any plugin
  • Themes — errors from any theme
  • Custom — errors from mu-plugins or custom code directories

Plugin

A dropdown listing every plugin detected in the current log entries. Select a specific plugin to show only errors originating from that plugin’s directory. The dropdown is populated dynamically based on file paths in the log data.

Theme

A dropdown listing detected themes, populated the same way as the Plugin filter. Select a theme to isolate its errors.

Filter logic

All active filters use AND logic. If you select Level: Warning and Source: Plugins, the viewer shows only warnings that originate from plugins. Adding a Plugin filter further narrows the results to warnings from that specific plugin.

Resetting filters

Press 0 while the filter panel is open to reset all filters to their defaults (no filters active). All entries become visible again.

Search box

Basic search

Press / to focus the search box. Type any text to search across message text and error level. Results update as you type.

Press Esc to clear the search and return to the full (filtered) view.

Advanced operators

The search box supports inclusion and exclusion operators for more precise queries:

OperatorMeaningExample
+termMust include+woocommerce
-termMust exclude-deprecated

Combine operators with commas to build multi-criteria searches:

+woocommerce, -deprecated

This finds entries containing “woocommerce” while excluding any that contain “deprecated.” Use this to focus on actionable WooCommerce errors without the noise of deprecation notices.

More examples

SearchWhat it finds
fatalEntries containing “fatal” anywhere
+elementor, +databaseEntries containing either “elementor” or “database” (OR logic)
+timeout, -cronTimeout errors not related to cron
class-wc-orderEntries mentioning the WooCommerce order class file

Combining filters and search

Filters and search stack. If you set Level: Error, Source: Plugins, and search for +stripe, the viewer shows only Error-level entries from plugins that mention “stripe.” This combination is the fastest way to isolate a specific problem.

On this page
Try WP Debug Toolkit
The best error log viewer with amazing developer tools to help you troubleshoot your WordPress site securely and efficiently. Something something more.