apply_filters( 'strict_redirect_guess_404_permalink', bool $strict_guess )
- Since
- 5.5.0
Filters whether to perform a strict guess for a 404 redirect.
Description
Returning a truthy value from the filter will redirect only exact post_name matches.
Compatibility
- WordPress
- since 5.5.0
- 6.7.7
- 6.8.8
- 6.9.7
- 7.0.4
- 7.1.0
Present in every tracked release (6.7.7 to 7.1.0).
Parameters
$strict_guessbool- Whether to perform a strict guess. Default false (loose guess).
Where this hook fires · 1
wp-includes/canonical.php:974redirect_guess_404_permalink()
Changelog
Introduced in 5.5.0. Unchanged from 6.7.7 through 7.1.0.
Signature, return type and hooks compared across 5 parsed releases.
About this page
- Parsed data
- Generated from the wordpress-develop 7.1.0 tag, and regenerated for each WordPress release so it tracks the code rather than a snapshot of it.
- Corrections
- Something wrong on this page? Report it and it gets fixed in the next regeneration.