I’m learning from a plugin development course, and encountered two different internationalization functions:
<?php __('Newsletter Subscriber', 'ns_domain'); ?>
&
<?php _e('Title:'); ?>
I cannot find any reference information on when to use each one of these.
Can you point me in the right direction to learn more about these please?