1351*1352* @param null|array$result The value to return instead.Defaultnull to continue with the query.1353* @param string$strategy Optional. The computational strategy to usewhen counting the users.1354* Accepts either 'time'or'memory'.Default'time'.1355* @param int$site_id The site ID to count users for.1356*/1357$pre=apply_filters('pre_count_users',null,$strategy,$site_id);13581359if(null!==$pre){1360return$pre;1361}13621363$blog_prefix=$wpdb->get_blog_prefix($site_id);
History
Introduced in 5.1.0. Unchanged from 6.7.7 through 7.1.0.