redirection_do_nothing, $this->get_target(

redirection_do_nothing, $this->get_target(

Appears in:
Hook Type: action

See hook in core

Displaying hooks found in version: redirection.5.9.0

do_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' );
    	}
    }