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