Created
January 14, 2017 09:25
-
-
Save sarvar/4973d2545731d06d5daa309f84ea204a to your computer and use it in GitHub Desktop.
WPML If language statement
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php if(ICL_LANGUAGE_CODE=='en'): ?> | |
---do something--- | |
<?php elseif(ICL_LANGUAGE_CODE=='it'): ?> | |
---do something else-- | |
<?php endif; ?> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
8 years later but thanks a lot for this code!