Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I have these all over my theme, and when if I delete them, there nothing happens to the theme. What the heck does it do? Should I leave them in or are they unnecessary. I want to optimize my site to load faster, so this is why I'm asking.

share|improve this question

2 Answers

http://faq.wordpress.net/view.php?p=50

In Wordpress, strings in the php files are marked for translation to other languages, and localization using two “tags” which are actually functions. They are:

__() _e()

share|improve this answer

They are used for localization in Wordpress themes. If you're only using one language for your theme, you don't need them.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.