Filters the number of path segments to consider when searching for a site.
Parameters
$segmentsint|null- The number of path segments to consider. WordPress by default looks at one path segment following the network path. The function default of null only makes sense when you know the requested path should match a site.
$domainstring- The requested domain.
$pathstring- The requested path, in full.
Source
$segments = apply_filters( 'site_by_path_segments_count', $segments, $domain, $path );
Changelog
| Version | Description |
|---|---|
| 3.9.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.