pre_gc_is_site_initialized

最后更新于:2021-11-27 21:12:40

apply_filters( ‘pre_gc_is_site_initialized’, bool|null $pre, int $site_id )

Filters the check for whether a site is initialized before the database is accessed.

参数

$pre

(bool|null)
The value to return instead. Default null to continue with the check.

$site_id

(int)
The site ID that is being checked.

源文件

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

View on Trac