Switch language

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




__ [ WordPress Function ]

__ ( $text, $domain = 'default' )
Parameters:
  • (string) $text Text to translate
  • (string) $domain Optional. Domain to retrieve the translated text
See:
Returns:
  • (string) Translated text
Defined at:

Soorgelijke functies: _, _x, _n, _c, _e


Retrieves the translation of $text. If there is no translation, or the domain isn't loaded, the original text is returned.

Source


<?php
function __$text$domain 'default' ) {
    return 
translate$text$domain );
}
?>

Examples [ wp-snippets.com ]

Top Google zoekresultaten

Meer ...

0 User Note(s)

Nog geen één. Wees de eerste!

Nieuw toevoegen ...



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