pre_count_users

Advertisement

Summery Summery

Filter the user count before queries are run. Return a non-null value to cause count_users() to return early.

Syntax Syntax

apply_filters( 'pre_count_users', null|string $result, string $strategy, int|null $site_id )

Parameters Parameters

$result

The value to return instead. Default null to continue with the query.

$strategy

The computational strategy to use when counting the users. Accepts either 'time' or 'memory'. Default 'time'.

$site_id

The site ID to count users for. Defaults to the current site.

Source Source

File: wp-includes/user.php

Advertisement

Changelog Changelog

Changelog
Version Description
5.1.0 Introduced.

Advertisement

Leave a Reply