wpseek.com
A WordPress-centric search engine for devs and theme authors



pre_count_users › WordPress Filter Hooks

Since5.1.0
Deprecatedn/a
apply_filters( 'pre_count_users', null, $strategy, $site_id )
Parameters: (3)
  • (null|array) $result The value to return instead. Default null to continue with the query.
    Required: Yes
  • (string) $strategy Optional. The computational strategy to use when counting the users. Accepts either 'time' or 'memory'. Default 'time'.
    Required: Yes
  • (int) $site_id The site ID to count users for.
    Required: Yes
Defined at:
Codex:

Filters the user count before queries are run.

Return a non-null value to cause count_users() to return early.





Source

$pre = apply_filters( 'pre_count_users', null, $strategy, $site_id );