2212* The filter is only evaluated if the NOBLOGREDIRECT constant is defined.2213*2214* @since 3.0.02215*2216* @param string$no_blog_redirect The redirect URL defined in NOBLOGREDIRECT.2217*/2218$destination=apply_filters('blog_redirect_404',NOBLOGREDIRECT);22192220if($destination){2221if('%siteurl%'===$destination){2222$destination=network_home_url();2223}2224
History
Introduced in 3.0.0. Unchanged from 6.7.7 through 7.1.0.