X7ROOT File Manager
Current Path:
/home/katmhsmi/public_html/wp-content/plugins/redirection/actions
home
/
katmhsmi
/
public_html
/
wp-content
/
plugins
/
redirection
/
actions
/
📁
..
📄
error.php
(1.24 KB)
📄
nothing.php
(475 B)
📄
pass.php
(1.89 KB)
📄
random.php
(910 B)
📄
url.php
(992 B)
Editing: nothing.php
<?php /** * The 'do nothing' action. This really does nothing, and is used to short-circuit Redirection so that it doesn't trigger other redirects. */ class Nothing_Action extends Red_Action { /** * Issue an action when nothing happens. This stops further processing. * * @return void */ public function run() { do_action( 'redirection_do_nothing', $this->get_target() ); } public function name() { return __( 'Do nothing (ignore)', 'redirection' ); } }
Upload File
Create Folder