Function Reference/ e
Description
Displays the returned translated text from translate().
Usage
<?php _e( $text, $domain ) ?>
Parameters
- $text
- (string) (required) Text to translate
- Default: None
- $domain
- (string) (optional) Domain to retrieve the translated text
- Default: 'default'
Return Values
- (void)
- This function does not return a value.
Examples
Notes
- Echos returned translate() string.
- l10n is an abbreviation for localization.
Change Log
Since: 1.2.0
Source File
_e() is located in wp-includes/l10n.php.
Related