wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren



network_by_path_segments_count › WordPress Filter Hooks

Seit3.9.0
Veraltetn/v
apply_filters( 'network_by_path_segments_count', $segments, $domain, $path )
Parameter: (3)
  • (int|null) $segments The number of path segments to consider. WordPress by default looks at one path segment. The function default of null only makes sense when you know the requested path should match a network.
    Erforderlich: Ja
  • (string) $domain The requested domain.
    Erforderlich: Ja
  • (string) $path The requested path, in full.
    Erforderlich: Ja
Definiert in:
Codex:

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





Quellcode

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