Topics

Function _e()

_e — Translate, escape and then output a string

Description:

_e ( string $text , string $domain , [ string $esc ] )

Translate, escape and then output a string

Package: ImpressPages

Parameters:

string $text Original value in English.
string $domain Context, e.g. plugin name.
string $esc = 'html' Escape type. Available values: false, 'html', 'attr', 'textarea'.

See also

comments powered by Disqus