wpseek.com
Outil de recherche WordPress pour les développeurs et auteurs de thèmes



ms_network_not_found › Les Actions WordPress

Depuis4.4.0
Dépréciéen/a
do_action( 'ms_network_not_found', $domain, $path )
Paramètres: (2)
  • (string) $domain The domain used to search for a network.
    Requis: Oui
  • (string) $path The path used to search for a path.
    Requis: Oui
Défini(e) dans:
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.





Source

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