# redirection/2.2.2/actions/nothing.php

Redirection, version 2.2.2. 7 lines.

- Page: https://pluginprobe.com/plugins/redirection/2.2.2/code/actions/nothing.php
- Raw: https://pluginprobe.com/plugins/redirection/2.2.2/raw/actions/nothing.php
- Modified: 2008-08-03T18:36:00+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.2.2/code/actions/nothing.php#L10-L20`.

```php
<?php

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