redirection_request_method

redirection_request_method

Hook Type: filter

See hook in core

Displaying hooks found in version: redirection.5.4.2

apply_filters('redirection_request_method') is found 1 times:

  • /models/request.php line 68
    		if ( isset( $_SERVER['REQUEST_METHOD'] ) && is_string( $_SERVER['REQUEST_METHOD'] ) ) {
    			$method = sanitize_text_field( $_SERVER['REQUEST_METHOD'] );
    		}
    
    		return apply_filters( 'redirection_request_method', $method );
    	}
    
    	/**
    	 * Get the server name (from $_SERVER['SERVER_NAME]), or use the request name ($_SERVER['HTTP_HOST']) if not present
    	 *
    	 * @return string