# redirection/4.0/redirection-version.php

Redirection, version 4.0. 6 lines.

- Page: https://pluginprobe.com/plugins/redirection/4.0/code/redirection-version.php
- Raw: https://pluginprobe.com/plugins/redirection/4.0/raw/redirection-version.php
- Modified: 2019-02-23T13:21:52+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/4.0/code/redirection-version.php#L10-L20`.

```php
<?php

define( 'REDIRECTION_VERSION', '4.0' );
define( 'REDIRECTION_BUILD', '55dfc9cdb2ea9d238e1302190e69966f' );
define( 'REDIRECTION_MIN_WP', '4.5' );

```
