redirection_last

redirection_last

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

See hook in core

Displaying hooks found in version: redirection.5.4.2

do_action('redirection_last') is found 1 times:

  • /modules/wordpress.php line 341
    				}
    			}
    
    			// 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: