PHP Question
-
I noticed a particular theme used the following PHP line:
<?php _e(‘Archives’); ?>
I was wondering what that does, because it seems to generate the text Archives in its place, and it would seem easier to just type Archives instead of including in the PHP code, but I’m assuming _e() must be doing something else.
Thank you.
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘PHP Question’ is closed to new replies.