📁 File Manager Pro
v10.0.3 | PHP: 8.1.34
Server: Apache
2026-06-21 00:17:10
📂
/ (Root)
/
home
/
xeqi7597
/
cds.claireduwig.com
/
wp-content
/
plugins
/
redirection
/
actions
📍 /home/xeqi7597/cds.claireduwig.com/wp-content/plugins/redirection/actions
🔄 Refresh
✏️
Editing: nothing.php
Writable
<?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' ); } }
💾 Save Changes
❌ Cancel