pre_redirect_guess_404_permalink

最后更新于:2021-11-27 19:48:18

apply_filters( ‘pre_redirect_guess_404_permalink’, null|string|false $pre )

Short-circuits the redirect URL guessing for 404 requests.

参数

$pre

(null|string|false)
Whether to short-circuit guessing the redirect for a 404. Default null to continue with the URL guessing.

源文件

文件: gc-includes/canonical.php

View on Trac