Questions tagged [polylang]

No instructions have been provided for this tag at the moment.

Is it possible for the WordPress Polylang function `pll_the_languages()` to return an empty string instead of the switcher

Having trouble displaying the polylang switcher on my custom WordPress theme's header.php file. $mlkLng = pll_the_languages(); var_dump( $mlkLng ); //this returns a string(0) "" I have 3 languages on my site, which I can confirm using the follo ...