949*950* @since 5.5.0951*952* @param null|string|false$pre Whether to short-circuit guessing the redirect for a 404.953*Defaultnull to continue with the URL guessing.954*/955$pre=apply_filters('pre_redirect_guess_404_permalink',null);956if(null!==$pre){957return$pre;958}959960if(get_query_var('name')){961$publicly_viewable_statuses=array_filter(get_post_stati(),'is_post_status_viewable');
History
Introduced in 5.5.0. Unchanged from 6.7.7 through 7.1.0.