Created
November 9, 2018 15:11
-
-
Save markbain/0832d84c309eadc22835d58007689569 to your computer and use it in GitHub Desktop.
Language switcher
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?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