934*935* @since 5.5.0936*937* @param bool$do_redirect_guess Whether to attempt to guess a redirect URL938*for a 404 request.Defaulttrue.939*/940if(false===apply_filters('do_redirect_guess_404_permalink',true)){941returnfalse;942}943944/**945* Short-circuits the redirect URL guessing for404 requests.946*
History
Introduced in 5.5.0. Unchanged from 6.7.7 through 7.1.0.