Skip to content

Instantly share code, notes, and snippets.

@borodin-dev
Forked from beovulf/if_else_lang.php
Created December 13, 2023 09:48
Show Gist options
  • Save borodin-dev/74e6b948d95fb8c6942c07a2d15dee6c to your computer and use it in GitHub Desktop.
Save borodin-dev/74e6b948d95fb8c6942c07a2d15dee6c to your computer and use it in GitHub Desktop.
If else language wordpress (polylang)
<?php
$currentlang = get_bloginfo('language');
if($currentlang=="en-GB"):
?>
<?php elseif($currentlang=="pl-PL"): ?>
<?php endif; ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment