926*927* @since 5.5.0928*929* @param bool$do_redirect_guess Whether to attempt to guess a redirect URL930*for a 404 request.Defaulttrue.931*/932if(false===apply_filters('do_redirect_guess_404_permalink',true)){933returnfalse;934}935936/**937* Short-circuits the redirect URL guessing for404 requests.938*
History
Introduced in 5.5.0. Unchanged from 6.7.7 through 7.1.0.