What is _e

I see code like this…
<?php _e('Your Email', 'uvu'); ?> what is the _e? what does it stand for? or sometimes i’ll see 'name' => _x( 'Tags', 'taxonomy general name' ), what is the _x for there. Sorry if this are inane questions. But i’d imagine someone here knows.
Thank you

D

That’s WordPress’ use of the GetText function “echo string”
https://codex.wordpress.org/I18n_for_WordPress_Developers#Strings_for_Translation

thank you!
D

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.