wpseek.com
Un motore di ricerca WordPress per sviluppatori e autori di temi



site_by_path_segments_count › WordPress Filter Hooks

Da3.9.0
Deprecaton/a
apply_filters( 'site_by_path_segments_count', $segments, $domain, $path )
Parametri: (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.
    Richiesto:
  • (string) $domain The requested domain.
    Richiesto:
  • (string) $path The requested path, in full.
    Richiesto:
Definito a:
Codex:

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





Sorgenti

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