Forums
(@jbrinx)
16 years, 1 month 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