Function _x
Perform a language translation in a specific context
Used when to text strings might be the same in English, but different in other languages.
Located at core/LanguageFunctions.php
string
|
$text |
Text for translation. |
string
|
$context |
Name of context |
string
|
$textdomain = null |
Textdomain for the text, may be class name, filename, or something made up by you. If ommitted, a debug backtrace will attempt to determine automatically. |
string
|
Translated text or original text if translation not available. |