WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about pre_count_users

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-includes/user.php apply_filters 1232 /**
* Filters the user count before queries are run.
*
* Return a non-null value to cause count_users() to return early.
*
* @since 5.1.0
*
* @param null|array $result The value to return instead. Default null to continue with the query.
* @param string $strategy Optional. The computational strategy to use when counting the users.
* Accepts either 'time' or 'memory'. Default 'time'.
* @param int $site_id The site ID to count users for.
*/

Hook Parameters

Parameter Type Name Description
null|array $result The value to return instead. Default null to continue with the query.
string $strategy Optional. The computational strategy to use when counting the users.
int $site_id The site ID to count users for.