Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- //add this to functions.php in theme folder
- function polylang_shortcode() {
- ob_start();
- pll_the_languages(array('show_flags'=>1,'show_names'=>0));
- $flags = ob_get_clean();
- return $flags;
- }
- add_shortcode( 'polylang', 'polylang_shortcode' );
Advertisement
Add Comment
Please, Sign In to add comment