Definition:
function _e( $text, $domain = 'default' ) {}
Displays the returned translated text from translate().
Parameters
- string $text: Text to translate
- string $domain: Optional. Domain to retrieve the translated text
Source code
function _e( $text, $domain = 'default' ) { echo translate( $text, $domain ); }
4309
No comments yet... Be the first to leave a reply!