# wpremote/5.88/protect/lib.php

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

- Page: https://pluginprobe.com/plugins/wpremote/5.88/code/protect/lib.php
- Raw: https://pluginprobe.com/plugins/wpremote/5.88/raw/protect/lib.php
- Modified: 2023-11-04T13:00:54+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/protect/lib.php#L10-L20`.

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

require_once dirname( __FILE__ ) . '/lib/utils.php';
```
