Skip to content

Instantly share code, notes, and snippets.

@markbain
Created November 9, 2018 15:11
Show Gist options
  • Select an option

  • Save markbain/0832d84c309eadc22835d58007689569 to your computer and use it in GitHub Desktop.

Select an option

Save markbain/0832d84c309eadc22835d58007689569 to your computer and use it in GitHub Desktop.
Language switcher
<?php // Language Switcher
// Uses WPML plugin
if ( class_exists( 'SitePress' ) && function_exists( 'baindesign324_languages_list' ) ) {
echo '<div id="switcher">';
baindesign324_languages_list();
echo '</div>';
}
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment