# wpremote/5.53/protect/lib.php

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

- Page: https://pluginprobe.com/plugins/wpremote/5.53/code/protect/lib.php
- Raw: https://pluginprobe.com/plugins/wpremote/5.53/raw/protect/lib.php
- Modified: 2024-03-22T09:02:32+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.53/code/protect/lib.php#L10-L20`.

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

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