network_by_path_segments_count

Advertisement

Summery Summery

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

Syntax Syntax

apply_filters( 'network_by_path_segments_count', int|null $segments, string $domain, string $path )

Parameters Parameters

$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.

$domain

The requested domain.

$path

The requested path, in full.

Source Source

File: wp-includes/class-wp-network.php

Advertisement

Changelog Changelog

Changelog
Version Description
3.9.0 Introduced.

Advertisement

Leave a Reply