translate_with_context
- translate_with_context is deprecated since version 2.9.0!
Alternative: _x()
translate_with_context ( $text, $domain = 'default' )
Parameters:- (string) text Text to translate.
- (string) domain Domain to retrieve the translated text.
See:Returns:- (string) Translated text.
Defined at: - Introduced in WordPress: 2.5.0
- Deprecated in WordPress: 2.9.0
Description
Translates $text like translate(), but assumes that the text
contains a context after its last vertical bar.