What is better for wordpress performace?
_e() will translate the text passed as a argument to the language your site is currently set up to use (if the translation exists). Anyway, don’t do that. Use it for text visible on the website, not for IDs/classes etc. To create context based css rules, simply add the WPML language ID as a body … Read more