2142* The filter is only evaluated if the NOBLOGREDIRECT constant is defined.2143*2144* @since 3.0.02145*2146* @param string$no_blog_redirect The redirect URL defined in NOBLOGREDIRECT.2147*/2148$destination=apply_filters('blog_redirect_404',NOBLOGREDIRECT);21492150if($destination){2151if('%siteurl%'===$destination){2152$destination=network_home_url();2153}2154
History
Introduced in 3.0.0. Unchanged from 6.7.7 through 7.1.0.