2194* The filter is only evaluated if the NOBLOGREDIRECT constant is defined.2195*2196* @since 3.0.02197*2198* @param string$no_blog_redirect The redirect URL defined in NOBLOGREDIRECT.2199*/2200$destination=apply_filters('blog_redirect_404',NOBLOGREDIRECT);22012202if($destination){2203if('%siteurl%'===$destination){2204$destination=network_home_url();2205}2206
History
Introduced in 3.0.0. Unchanged from 6.7.7 through 7.1.0.