optionsSerialized->puPostsViewsCountTitle; ?>
dbManager->popularUsersByPostsViews($from, $to, $postTypes, $limit, $excludeArgs);
if ($popularUsers) {
foreach ($popularUsers as $user) {
$id = $user['user_id'];
$viewCount = intval($user['view_count']);
$name = $user['name'];
$profileUrl = get_author_posts_url($id);
$lineHeight = $avatarSize . 'px';
?>
-
';
}
?>