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

The WP Remote WordPress Plugin, version 6.62. 8 lines.

- Page: https://pluginprobe.com/plugins/wpremote/6.62/code/protect/prepend/ignitor.php
- Raw: https://pluginprobe.com/plugins/wpremote/6.62/raw/protect/prepend/ignitor.php
- Modified: 2026-07-30T06:17:02+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/6.62/code/protect/prepend/ignitor.php#L10-L20`.

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

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

	WPRProtect_V662::init(WPRProtect_V662::MODE_PREPEND);
}
```
