do_redirect_guess_404_permalink, true
do_redirect_guess_404_permalink, true
Appears in: 7.0.3
Hook Type: filter
Displaying hooks found in version: 7.0.3apply_filters('do_redirect_guess_404_permalink, true') is found 1 times:
- /wp-includes/canonical.php line 940
* * @param bool $do_redirect_guess Whether to attempt to guess a redirect URL * for a 404 request. Default true. */ if ( false === apply_filters( 'do_redirect_guess_404_permalink', true ) ) { return false; } /** * Short-circuits the redirect URL guessing for 404 requests. *