do_action( ‘ms_network_not_found’, string $domain, string $path )

In this article

Fires when a network cannot be found based on the requested domain and path.

Description

At the time of this action, the only recourse is to redirect somewhere and exit. If you want to declare a particular network, do so earlier.

Parameters

$domainstring
The domain used to search for a network.
$pathstring
The path used to search for a path.

Source

do_action( 'ms_network_not_found', $domain, $path );

Changelog

VersionDescription
4.4.0Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.