/home/arranoyd/otours/wp-content/plugins/redirection/actions/nothing.php
<?php

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

	public function needs_target() {
		return false;
	}
}