# wpremote/4.87/protect/prepend/ignitor.php

The WP Remote WordPress Plugin, version 4.87. 9 lines.

- Page: https://pluginprobe.com/plugins/wpremote/4.87/code/protect/prepend/ignitor.php
- Raw: https://pluginprobe.com/plugins/wpremote/4.87/raw/protect/prepend/ignitor.php
- Modified: 2020-05-04T06:08:38+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/4.87/code/protect/prepend/ignitor.php#L10-L20`.

```php
<?php
if (!defined('MCDATAPATH')) exit;

if (defined('MCCONFKEY')) {
	require_once dirname( __FILE__ ) . '/protect.php';

	$mcProtect = new BVPrependProtect();
	$mcProtect->run();
}
```
