redirection_last

redirection_last

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: action
See hook in action

See hook in core

Displaying hooks found in version: redirection.5.5.2

do_action('redirection_last') is found 1 times:

  • /modules/wordpress.php line 351
    347
    348
    349
    350
    351
    352
    353
    354
    355
    356
    357
            }
        }
     
        // We will only get here if there is no match (check $this->matched) or the action does not result in redirecting away
        do_action( 'redirection_last', $request->get_decoded_url(), $this, $redirects );
     
        if ( ! $this->matched ) {
            // Keep them for later
            $this->redirects = $redirects;
        }
    }

See this hook used in plugins: