• Hi,

    Unfortunately, I can’t get the translation of the roles (the role is in English). Did I make a mistake or the WordPress system doesn’t take it into account. Thank you for your help.

    $result = count_users();
    
    foreach( $result['avail_roles'] as $role => $count ) {
                    echo 'Nous avons <span class="badge badge-secondary">' . $count . '</span> utilisateur(s) dans : ' . translate_user_role( $role ) . '(s)<br />';
    }

    Thank you

    PS: Is not a plugin, but a theme that I customize by adding small features.

    • This topic was modified 6 years, 2 months ago by Bryx.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Translation problem’ is closed to new replies.