domain_exists – filter
Filters whether a site name is taken. The name is the site’s subdomain or the site’s subdirectory path depending on the network settings.
Parameters
- .
- ( 3.5.0 ) . .
- $result
- ( int|null ) The site ID if the site name exists, null otherwise. . . .
- ( string ) $domain Domain to be checked. . . .
- ( string ) $path Path to be checked. . . .
- ( int ) $network_id Network ID. Only relevant on multi-network installations. . . .