redirection_last, $request->get_decoded_url(

redirection_last, $request->get_decoded_url(

Appears in:
Hook Type: action

See hook in core

Displaying hooks found in version: redirection.5.9.0

do_action('redirection_last, $request->get_decoded_url(') is found 1 times:

  • /modules/wordpress.php line 363
    				}
    			}
    
    			// 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 === false ) {
    				// Keep them for later
    				$this->redirects = $redirects;
    			}
    		}