1272*1273* @param null|array$result The value to return instead.Defaultnull to continue with the query.1274* @param string$strategy Optional. The computational strategy to usewhen counting the users.1275* Accepts either 'time'or'memory'.Default'time'.1276* @param int$site_id The site ID to count users for.1277*/1278$pre=apply_filters('pre_count_users',null,$strategy,$site_id);12791280if(null!==$pre){1281return$pre;1282}12831284$blog_prefix=$wpdb->get_blog_prefix($site_id);
History
Introduced in 5.1.0. Unchanged from 6.7.7 through 7.1.0.