Forums
(@jbrinx)
17 years, 5 months ago
This way you only count the registered users, if you change this line:
if ( !empty($current_user->ID) || empty($options[‘blog_id’]) )
for this one:
if ( empty($options[‘blog_id’]) )
it counts everything.
Greets,
Jbrinx