Get number of authors

This reply was pretty low on the list, on the article you referred to; but it will do the job:

$users_count = count(get_users(array('fields'=>array('ID'),'role'=>'author')));

Originally posted here, buy shanebp

error code: 523