# redirection/2.6.6/actions/nothing.php

Redirection, version 2.6.6. 8 lines.

- Page: https://pluginprobe.com/plugins/redirection/2.6.6/code/actions/nothing.php
- Raw: https://pluginprobe.com/plugins/redirection/2.6.6/raw/actions/nothing.php
- Modified: 2016-06-15T09:38:38+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/2.6.6/code/actions/nothing.php#L10-L20`.

```php
<?php

class Nothing_Action extends Red_Action {
	function can_perform_action () {
		return false;
	}
}

```
