=== WPOnError === Contributors: vitoranguia Donate link: https://liberapay.com/vitoranguia/ Tags: window.onerror, JavaScript Requires at least: 4.7 Tested up to: 5.8 Stable tag: 1.0.0 Requires PHP: 7.0 License: GPLv2 or later License URI: https://www.gnu.org/licenses/gpl-2.0.html Register GlobalEventHandlers.onerror in WordPress == Description == This package is compatible with [PSR-12](https://www.php-fig.org/psr/psr-12), [PSR-4](https://www.php-fig.org/psr/psr-4), [Prettier](https://prettier.io), [StandardJS](https://standardjs.com) and [LibreJS](https://www.gnu.org/software/librejs). Register [GlobalEventHandlers.onerror](https://developer.mozilla.org/en-US/docs/Web/API/GlobalEventHandlers/onerror) in WordPress post type and optionally receive an email via wp_mail == Installation == This project uses [PHP](https://php.net) and [Composer](https://getcomposer.org). ``` $ git clone https://gitlab.com/sepbit/wponerror.git $ cd wponerror $ composer update --no-dev ``` == Screenshots == 1. List of all post_type 2. See a specific post_type == Changelog == = 1.0 = * First release!