935*936* @since 5.5.0937*938* @param bool$do_redirect_guess Whether to attempt to guess a redirect URL939*for a 404 request.Defaulttrue.940*/941if(false===apply_filters('do_redirect_guess_404_permalink',true)){942returnfalse;943}944945/**946* Short-circuits the redirect URL guessing for404 requests.947*
History
Introduced in 5.5.0. Unchanged from 6.7.7 through 7.1.0.