Skip to content

Instantly share code, notes, and snippets.

View Barracuda1337's full-sized avatar
๐Ÿ‘๏ธโ€๐Ÿ—จ๏ธ
Du Kannst

Barracuda1337

๐Ÿ‘๏ธโ€๐Ÿ—จ๏ธ
Du Kannst
  • Superior
  • Germany
View GitHub Profile
@nicomollet
nicomollet / polylang-langswitcher-shortcode.php
Last active April 16, 2025 15:26
Polylang shortcode for lang switcher
<?php
/**
* Polylang Shortcode - https://wordpress.org/plugins/polylang/
* Add this code in your functions.php
* Put shortcode [polylang_langswitcher] to post/page for display flags
*
* @return string
*/
function custom_polylang_langswitcher() {
$output = '';