# redirection/5.1/redirection-version.php

Redirection, version 5.1. 6 lines.

- Page: https://pluginprobe.com/plugins/redirection/5.1/code/redirection-version.php
- Raw: https://pluginprobe.com/plugins/redirection/5.1/raw/redirection-version.php
- Modified: 2021-04-10T09:40:28+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/5.1/code/redirection-version.php#L10-L20`.

```php
<?php

define( 'REDIRECTION_VERSION', '5.1' );
define( 'REDIRECTION_BUILD', 'a303333ae5185be5433467d110cae802' );
define( 'REDIRECTION_MIN_WP', '4.6' );

```
