wpseek.com
WordPress开发者和主题制作者的搜索引擎



wp_update_network_user_counts › WordPress Function

Since3.7.0
已弃用n/a
wp_update_network_user_counts ( $network_id = null )
参数:
  • (int|null) $network_id ID of the network. Default is the current network.
    Required: No
    默认: null
定义在:
文档:
Change Log:
  • 4.8.0
  • 6.0.0

Updates the network-wide user count.



源码

function wp_update_network_user_counts( $network_id = null ) {
	wp_update_user_counts( $network_id );
}