rarst/wps

WordPress plugin for whoops error handler.


Keywords
error, wordpress, whoops, error-handler, wordpress-plugin
License
MIT

Documentation

wps — WordPress plugin for whoops

Scrutinizer Code Quality Latest Stable Version Total Downloads PHP version Download wps

wps adds whoops error handler to a WordPress installation.

It makes error messages from PHP, admin-ajax.php, and WP REST API a great deal more clear and convenient to work with.

Installation

Composer (recommended) Release archive
composer require rarst/wps Download wps

Usage

The plugin is meant strictly for development and will only work with WP_DEBUG and WP_DEBUG_DISPLAY configuration constants enabled.

To temporarily disable whoops output you can use ?wps_disable query argument in the URL.

License

MIT