wpseek.com
A WordPress-centric search engine for devs and theme authors



ms_site_not_found › WordPress Action Hooks

Since3.9.0
Deprecatedn/a
do_action( 'ms_site_not_found', $current_site, $domain, $path )
Parameters: (3)
  • (WP_Network) $current_site The network that had been determined.
    Required: Yes
  • (string) $domain The domain used to search for a site.
    Required: Yes
  • (string) $path The path used to search for a site.
    Required: Yes
Defined at:
Codex:

Fires when a network can be determined but a site cannot.

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





Source

do_action( 'ms_site_not_found', $current_site, $domain, $path );