WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about ms_network_not_found

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-includes/ms-load.php do_action 355 /**
* 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.
*/
wp-includes/ms-load.php do_action 383 /**
* 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.
*/

Hook Parameters

Parameter Type Name Description
string $domain The domain used to search for a network.
string $path The path used to search for a path.
string $domain The domain used to search for a network.
string $path The path used to search for a path.