Summery Summery
Filters whether to attempt to guess a redirect URL for a 404 request.
Syntax Syntax
Description Description
Returning a false value from the filter will disable the URL guessing and return early without performing a redirect.
Parameters Parameters
- $do_redirect_guess
-
Whether to attempt to guess a redirect URL for a 404 request. Default true.
Source Source
Advertisement
Changelog Changelog
Version | Description |
---|---|
5.5.0 | Introduced. |