wpseek.com
Uma área de pesquisa sobre o WordPress para devs e autores do tema



ms_network_not_found › Hooks de Ações WordPress

Desde4.4.0
Obsoleton/a
do_action( 'ms_network_not_found', $domain, $path )
Parâmetros: (2)
  • (string) $domain The domain used to search for a network.
    Required: Yes
  • (string) $path The path used to search for a path.
    Required: Yes
Definido em:
Codex:

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.





Fonte

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