Skip to content

Instantly share code, notes, and snippets.

@jhouedanou
Created January 7, 2019 13:53
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 jhouedanou/12a58483872720302abd0f7af1b2a8c0 to your computer and use it in GitHub Desktop.
Save jhouedanou/12a58483872720302abd0f7af1b2a8c0 to your computer and use it in GitHub Desktop.
<?php
$current_lang = WPGlobus::Config()->language;
if($current_lang == "fr"){
?>
<?php }else if($current_lang == "en"){?>
<?php
}
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment