1338*1339* @param null|array$result The value to return instead.Defaultnull to continue with the query.1340* @param string$strategy Optional. The computational strategy to usewhen counting the users.1341* Accepts either 'time'or'memory'.Default'time'.1342* @param int$site_id The site ID to count users for.1343*/1344$pre=apply_filters('pre_count_users',null,$strategy,$site_id);13451346if(null!==$pre){1347return$pre;1348}13491350$blog_prefix=$wpdb->get_blog_prefix($site_id);
History
Introduced in 5.1.0. Unchanged from 6.7.7 through 7.1.0.