首页 WordPress函数大全 get_user_count()

get_user_count()

2020-05-02 / 3561阅 / 悠然

如何你看完本文还不知道如何使用该函数,可以联系我定制视频教程,50元/个函数,学不会全额退款

get_user_count( int|null $network_id = null )

The number of active users in your installation.

描述

The count is cached and updated twice daily. This is not a live count.

参数

$network_id

(int|null)
(Optional)
ID of the network. Default is the current network.

Default value: null

返回

(int) Number of active users on the network.

大家谈论
    我的见解