wpseek.com
Bazujące na WordPress narzędzie wyszukiwania dla deweloperów i twórców motywów.



network_admin_url › Filtr WordPress Hooks

Od5.8.0
Przestarzałyn/a
apply_filters( 'network_admin_url', $url, $path, $scheme )
Parametry: (3)
  • (string) $url The complete network admin URL including scheme and path.
    Wymagane: Tak
  • (string) $path Path relative to the network admin URL. Blank string if no path is specified.
    Wymagane: Tak
  • (string|null) $scheme The scheme to use. Accepts 'http', 'https', 'admin', or null. Default is 'admin', which obeys force_ssl_admin() and is_ssl().
    Wymagane: Tak
Zdefiniowane na:
Codex:

Filters the network admin URL.





Źródło

return apply_filters( 'network_admin_url', $url, $path, $scheme );