Skip to content

Instantly share code, notes, and snippets.

@jackfearing
Created January 31, 2023 00:13
Show Gist options
  • Save jackfearing/fa5cd0f431e118742421f941ec4d28e6 to your computer and use it in GitHub Desktop.
Save jackfearing/fa5cd0f431e118742421f941ec4d28e6 to your computer and use it in GitHub Desktop.
<?php
if(ICL_LANGUAGE_CODE=='en'){
echo 'content in english';
}
if(ICL_LANGUAGE_CODE=='es'){
echo 'content in spanish';
}
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment