wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren
pre_get_network_by_path › WordPress Filter Hooks
Seit3.9.0
Veraltetn/v
› apply_filters( 'pre_get_network_by_path', null, $domain, $path, $segments, $paths )
Parameter: (5) |
|
Definiert in: |
|
Codex: |
Determines a network by its domain and path.
This allows one to short-circuit the default logic, perhaps by replacing it with a routine that is more optimal for your setup.
Return null to avoid the short-circuit. Return false if no network can be found at the requested domain and path. Otherwise, return an object from wp_get_network().
Ähnliche Funktionen: get_network_by_path, wp_get_network, get_category_by_path, get_network_option, get_site_by_path, get_page_by_path
Ähnliche Hooks: pre_get_site_by_path, pre_get_networks, get_network, parse_network_query, wp_is_large_network