ms_site_not_found

最后更新于:2021-11-27 08:39:15

do_action( ‘ms_site_not_found’, GC_Network $current_site, string $domain, string $path )

Fires when a network can be determined but a site cannot.

参数

$current_site

(GC_Network)
The network that had been determined.

$domain

(string)
The domain used to search for a site.

$path

(string)
The path used to search for a site.

源文件

文件: gc-includes/ms-load.php

View on Trac