Switch language

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




_ex [ WordPress Function ]

_ex ( $text, $context, $domain = 'default' )
Parameters:
  • (string) $text Text to translate
  • (string) $context Context information for the translators
  • (string) $domain Optional. Domain to retrieve the translated text
See:
Returns:
  • (string) Translated context string without pipe
Defined at:

Soorgelijke functies: _x, _e, _nx, _


Displays translated string with gettext context

Source


<?php
function _ex$text$context$domain 'default' ) {
    echo 
_x$text$context$domain );
}
?>

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