1367*1368* @param null|array$result The value to return instead.Defaultnull to continue with the query.1369* @param string$strategy Optional. The computational strategy to usewhen counting the users.1370* Accepts either 'time'or'memory'.Default'time'.1371* @param int$site_id The site ID to count users for.1372*/1373$pre=apply_filters('pre_count_users',null,$strategy,$site_id);13741375if(null!==$pre){1376return$pre;1377}13781379$blog_prefix=$wpdb->get_blog_prefix($site_id);
History
Introduced in 5.1.0. Unchanged from 6.7.7 through 7.1.0.