Switch language

wpseek.com
A WordPress-centric search engine for devs and theme authors




translate_user_role [ WordPress Function ]

translate_user_role ( $name )
Defined at:



Translates role name. Since the role names are in the database and not in the source there are dummy gettext calls to get them into the POT file and this function properly translates them back.

The before_last_bar() call is needed, because older installs keep the roles using the old context format: 'Role name|User role' and just skipping the content after the last bar is easier than fixing them in the DB. New installs won't suffer from that problem.

Source


<?php
function translate_user_role$name ) {
    return 
translate_with_gettext_contextbefore_last_bar($name), 'User role' );
}
?>

Examples [ wp-snippets.com ]

Top Google zoekresultaten

Meer ...

Gebruikersdiscussies [ wordpress.org ]

0 User Note(s)

Nog geen één. Wees de eerste!

Nieuw toevoegen ...



HTML5 Powered with CSS3 / Styling, Performance & Integration, and Semantics