# routeapp/2.4.2/includes/index.php

Route ‑ Shipping Protection, version 2.4.2. 7 lines.

- Page: https://pluginprobe.com/plugins/routeapp/2.4.2/code/includes/index.php
- Raw: https://pluginprobe.com/plugins/routeapp/2.4.2/raw/includes/index.php
- Modified: 2019-08-29T20:53:46+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/routeapp/2.4.2/code/includes/index.php#L10-L20`.

```php
<?php // Silence is golden

if ( ! function_exists( 'pr' ) ) {
	function pr($arr) {
		echo "<pre>";print_r($arr); echo "</pre>";
	}
}
```
