Skip to content

Instantly share code, notes, and snippets.

@heckctor
Forked from beovulf/if_else_lang.php
Created October 25, 2018 03:06
Show Gist options
  • Save heckctor/dcad6a5dfba17adc8203793a46246523 to your computer and use it in GitHub Desktop.
Save heckctor/dcad6a5dfba17adc8203793a46246523 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