# redirection/3.4/redirection-version.php

Redirection, version 3.4. 6 lines.

- Page: https://pluginprobe.com/plugins/redirection/3.4/code/redirection-version.php
- Raw: https://pluginprobe.com/plugins/redirection/3.4/raw/redirection-version.php
- Modified: 2018-07-17T05:41:04+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/redirection/3.4/code/redirection-version.php#L10-L20`.

```php
<?php

define( 'REDIRECTION_VERSION', '3.4' );
define( 'REDIRECTION_BUILD', 'c643b29f00d56bfe6df627b69aabfd3b' );
define( 'REDIRECTION_MIN_WP', '4.5' );

```
