# redirection/3.4/actions/nothing.php

Redirection, version 3.4. 8 lines.

- Page: https://pluginprobe.com/plugins/redirection/3.4/code/actions/nothing.php
- Raw: https://pluginprobe.com/plugins/redirection/3.4/raw/actions/nothing.php
- Modified: 2017-11-04T11:00: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/3.4/code/actions/nothing.php#L10-L20`.

```php
<?php

class Nothing_Action extends Red_Action {
	public function process_before( $code, $target ) {
		return apply_filters( 'redirection_do_nothing', false, $target );
	}
}

```
