# wpremote/5.88/php_error_monitoring/ignitor.php

The WP Remote WordPress Plugin, version 5.88. 7 lines.

- Page: https://pluginprobe.com/plugins/wpremote/5.88/code/php_error_monitoring/ignitor.php
- Raw: https://pluginprobe.com/plugins/wpremote/5.88/raw/php_error_monitoring/ignitor.php
- Modified: 2024-07-17T07:39:34+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/wpremote/5.88/code/php_error_monitoring/ignitor.php#L10-L20`.

```php
<?php
if (!defined("PHP_ERR_MONIT_PATH")) exit;

require_once dirname( __FILE__ ) . '/../helper.php';
require_once dirname( __FILE__ ) . '/monitoring.php';

WPRHelper::preInitWPHook("muplugins_loaded", array("WPRWPPHPErrorMonitoring", 'init'), PHP_INT_MAX, 0);
```
