optionsSerialized->puPostsCommentsCountTitle; ?>
dbManager->popularUsersByPostsComments($from, $to, $postTypes, $limit, $excludeArgs);
if ($popularUsers) {
foreach ($popularUsers as $user) {
$id = $user['user_id'];
$commentCount = intval($user['comment_count']);
$name = $user['name'];
$profileUrl = get_author_posts_url($id);
?>
-
';
}
?>