WordPress函数文档count_users()

统计每个角色及网站全部用户数量 描述 返回每个角色的用户数量,以及所有用户的总数。 用法  <?php …

统计每个角色及网站全部用户数量

描述

返回个角色的用户数量,以及所有用户的总

用法

 <?php count_users$strategy ); ?> 

参数

$strategy

(string) (可选) ‘time’ or ‘memory’. Generally, the default value ‘time’ is optimal due to the current schema design.

默认值: ‘time’

历史

  • 添加于 版本: 3.0.0

源文件

count_users() 函数的代码位于 wp-includes/user.php.

相关

Count Tags:
wp_count_posts(),
wp_count_terms(),
wp_count_comments(),
count_users()

  • 原文:http://codex.wordpress.org/Function_Reference/count_users
类别:WordPress函数文档

本文收集自互联网,转载请注明来源。
如有侵权,请联系 wper_net@163.com 删除。

评论 (0)COMMENT