Difference between 2 internationalization (i18n) functions __() & _e()
__() “Retrieves the translated string from the translate() function” without echoing. _e() does the same thing but echos the output. For more information, take a look at these help articles: Internationalization Localization How to Internationalize Your Plugin Internationalization Security