Action hook 'ms_network_not_found'
in WP Core File wp-includes/ms-load.php at line 359
Description
Fires when a network cannot be found based on the requested domain and path. 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.
Occurrences
Filename |
Line Number |
wp-includes/ms-load.php |
359 |
wp-includes/ms-load.php |
387 |
Parameters
Type |
Name |
Description |
string |
$domain |
The domain used to search for a network. |
string |
$path |
The path used to search for a path. |
PHP Doc
/**
* Fires when a network cannot be found based on the requested domain and path.
*
* 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.
*
* @since 4.4.0
*
* @param string $domain The domain used to search for a network.
* @param string $path The path used to search for a path.
*/