# redirection/2.3.13/actions/nothing.php

Redirection, version 2.3.13. 7 lines.

- Page: https://pluginprobe.com/plugins/redirection/2.3.13/code/actions/nothing.php
- Raw: https://pluginprobe.com/plugins/redirection/2.3.13/raw/actions/nothing.php
- Modified: 2012-04-29T13:15: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.3.13/code/actions/nothing.php#L10-L20`.

```php
<?php

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

```
