enable_live_network_counts

最后更新于:2021-11-26 09:14:28

apply_filters( ‘enable_live_network_counts’, bool $small_network, string $context )

Filters whether to update network site or user counts when a new site is created.

参数

$small_network

(bool)
Whether the network is considered small.

$context

(string)
Context. Either ‘users’ or ‘sites’.

源文件

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

View on Trac