wpseek.com
A WordPress-centric search engine for devs and theme authors
pre_get_site_by_path › WordPress Filter Hooks
Since3.9.0
Deprecatedn/a
› apply_filters( 'pre_get_site_by_path', null, $domain, $path, $segments, $paths )
Parameters: (5) |
|
Defined at: |
|
Codex: |
Determines a site 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 site can be found at the requested domain and path. Otherwise, return a site object.
Related Functions: get_site_by_path, get_page_by_path, get_category_by_path, get_network_by_path, wp_get_sidebar, wp_get_single_post