wpseek.com
A WordPress-centric search engine for devs and theme authors
esc_html_x › WordPress Function
Since2.9.0
Deprecatedn/a
› esc_html_x ( $text, $context, $domain = 'default' )
Parameters: (3) |
|
Returns: |
|
Defined at: |
|
Codex: |
Translates string with gettext context, and escapes it for safe use in HTML output.
If there is no translation, or the text domain isn't loaded, the original text is escaped and returned.