How to make a conclusion of the end, if 1 user, then writes "1 user", if 2, 3, 4, then "user", if 6, then "user".
Below is the code that needs to be edited.
<?php $user_count = user_count(); $suffix = ($user_count !=1) ? 'ей' : 'ь'; ?> у нас <?php echo $user_count; ?> пользовател<?php echo $suffix; ?> зарегистрировано