redirection_do_nothing, $this->get_target(
redirection_do_nothing, $this->get_target(
Appears in: redirection.5.9.0
Hook Type: action
Displaying hooks found in version: redirection.5.9.0do_action('redirection_do_nothing, $this->get_target(') is found 1 times:
- /actions/nothing.php line 13
* * @return void */ public function run() { do_action( 'redirection_do_nothing', $this->get_target() ); } public function name() { return __( 'Do nothing (ignore)', 'redirection' ); } }