wpseek.com
A WordPress-centric search engine for devs and theme authors
pre_get_network_by_path › WordPress Filter Hooks
Since3.9.0
Deprecatedn/a
› apply_filters( 'pre_get_network_by_path', null, $domain, $path, $segments, $paths )
Parameters: (5) |
|
Defined at: |
|
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().
Related Functions: get_network_by_path, wp_get_network, get_category_by_path, get_network_option, get_site_by_path, get_page_by_path
Related Hooks: pre_get_site_by_path, pre_get_networks, get_network, parse_network_query, wp_is_large_network