Fires when a network can be determined but a site cannot.
$current_siteWP_Network$domainstring$pathstringwp-includes/ms-load.php:418ms_load_current_site_and_network() * @since 3.9.0 * * @param WP_Network $current_site The network that had been determined. * @param string $domain The domain used to search for a site. * @param string $path The path used to search for a site. */ do_action( 'ms_site_not_found', $current_site, $domain, $path ); if ( $subdomain && ! defined( 'NOBLOGREDIRECT' ) ) { // For a "subdomain" installation, redirect to the signup form specifically. $path = 'wp-signup.php?new=' . str_replace( '.' . $current_site->domain, '', $domain ); /** This filter is documented in wp-includes/link-template.php */Introduced in 3.9.0. Unchanged from 6.7.7 through 7.1.0.
Signature, return type and hooks compared across 5 parsed releases.