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



network_home_url › Les Filtres WordPress

Depuis3.0.0
Dépréciéen/a
apply_filters( 'network_home_url', $url, $path, $orig_scheme )
Paramètres: (3)
  • (string) $url The complete network home URL including scheme and path.
    Requis: Oui
  • (string) $path Path relative to the network home URL. Blank string if no path is specified.
    Requis: Oui
  • (string|null) $orig_scheme Scheme to give the URL context. Accepts 'http', 'https', 'relative' or null.
    Requis: Oui
Défini(e) dans:
Codex:

Filters the network home URL.





Source

return apply_filters( 'network_home_url', $url, $path, $orig_scheme );