Hi,
I’m beginning to reacquaint myself with php after many years by reading the code of a fellow I hired to write it. The goal is to completely understand every line. I know what echo does.
I can find no reference in the php.net manual to this long underscore in the construct:
<?php echo __( 'Video Stats Reports', 'rankr'); ?>
What is the significance of it?
Thanks!