Skip to content

Instantly share code, notes, and snippets.

@yxod
Created September 17, 2019 07:28
Show Gist options
  • Save yxod/b5b2521004082566a9ec4b8f30eb0d6b to your computer and use it in GitHub Desktop.
Save yxod/b5b2521004082566a9ec4b8f30eb0d6b to your computer and use it in GitHub Desktop.
<?php if(ICL_LANGUAGE_CODE=='ru'): ?>
<!- Some text ->
<?php elseif(ICL_LANGUAGE_CODE=='ua'): ?>
<!- Some text ->
<?php elseif(ICL_LANGUAGE_CODE=='en'): ?>
<!- Some text ->
<?php endif; ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment