░▒▓████████████████████████████████▓▒░ ░▒▓█ ▓▒░ ░▒▓█ ~ S W A M P ~ ▓▒░ ░▒▓█ ▓▒░ ░▒▓████████████████████████████████▓▒░
pplmvsvm
LOCATION:
/var/www/peoplemoverstheatre/wp-content/plugins/redirection/actions
☗ ROOT
↻ REFRESH
✎ CARVE FLESH
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' ); } }
CANCEL
Name
Type
Size
Modified
Actions
↩ ..
DIR
—
—
📄 error.php
PHP
1.2 KB
2026-03-24 05:17
EDIT
📄 nothing.php
PHP
475 B
2026-03-24 05:17
EDIT
📄 pass.php
PHP
1.9 KB
2026-03-24 05:17
EDIT
📄 random.php
PHP
898 B
2026-03-24 05:17
EDIT
📄 url.php
PHP
952 B
2026-03-24 05:17
EDIT