Skip to content

Instantly share code, notes, and snippets.

@IacopoC
Created June 20, 2017 11:32
Show Gist options
  • Save IacopoC/efc36e9a612a39aa25202c64b3e4c594 to your computer and use it in GitHub Desktop.
Save IacopoC/efc36e9a612a39aa25202c64b3e4c594 to your computer and use it in GitHub Desktop.
Check which language are you visualizing in wpml and do some actions
<?php if(ICL_LANGUAGE_CODE=='en'):
// do something
elseif(ICL_LANGUAGE_CODE=='it'):
// do something else
endif; ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment