Skip to content

Instantly share code, notes, and snippets.

@priyabratary
Created October 9, 2018 09:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save priyabratary/40f15c125dcda1430f2d59b0e65e145e to your computer and use it in GitHub Desktop.
Save priyabratary/40f15c125dcda1430f2d59b0e65e145e to your computer and use it in GitHub Desktop.
wpml 2 logos for 2 language
<?php if(ICL_LANGUAGE_CODE=='en'){ ?>
<img src="logoEng.jpg">
<?php } ?>
<?php if(ICL_LANGUAGE_CODE=='ru'){ ?>
<img src="logoRus.jpg">
<?php } ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment