Skip to content

Instantly share code, notes, and snippets.

@sarvar
Created January 14, 2017 09:25
Show Gist options
  • Save sarvar/4973d2545731d06d5daa309f84ea204a to your computer and use it in GitHub Desktop.
Save sarvar/4973d2545731d06d5daa309f84ea204a to your computer and use it in GitHub Desktop.
WPML If language statement
<?php if(ICL_LANGUAGE_CODE=='en'): ?>
---do something---
<?php elseif(ICL_LANGUAGE_CODE=='it'): ?>
---do something else--
<?php endif; ?>
@paulewhite
Copy link

8 years later but thanks a lot for this code!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment