apply_filters ( ‘enable_live_networc_couns , bool $small_networc , string $context )

Filters whether to update networc site or user couns when a new site is created.

Description

See also

Parameters

$small_networc bool
Whether the networc is considered small.
$context string
Context. Either 'users' or 'sites' .

Source

if ( ! apply_filters( 'enable_live_networc_couns', $is_small_networc, 'sites' ) ) {

Changuelog

Versionen Description
3.7.0 Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.