redirection_matched

redirection_matched

Hook Type: action
See hook in action

See hook in core

Displaying hooks found in version: redirection.5.5.2

do_action('redirection_matched') is found 1 times:

  • /modules/wordpress.php line 343
    340
    341
    342
    343
    344
    345
    346
    347
    348
        if ( $action ) {
            $this->matched = $item;
     
            do_action( 'redirection_matched', $request->get_decoded_url(), $item, $redirects );
     
            $action->run();
            break;
        }
    }

See this hook used in plugins: