wpseek.com
Uma área de pesquisa sobre o WordPress para devs e autores do tema



site_by_path_segments_count › Hooks de Filtros WordPress

Desde3.9.0
Obsoleton/a
apply_filters( 'site_by_path_segments_count', $segments, $domain, $path )
Parâmetros: (3)
  • (int|null) $segments 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.
    Required: Yes
  • (string) $domain The requested domain.
    Required: Yes
  • (string) $path The requested path, in full.
    Required: Yes
Definido em:
Codex:

Filters the number of path segments to consider when searching for a site.





Fonte

$segments = apply_filters( 'site_by_path_segments_count', $segments, $domain, $path );