Skip to content

Instantly share code, notes, and snippets.

@abelsaad
Created July 5, 2021 13:35
Show Gist options
  • Save abelsaad/a16554aad6a884245d4b139f9a2483e2 to your computer and use it in GitHub Desktop.
Save abelsaad/a16554aad6a884245d4b139f9a2483e2 to your computer and use it in GitHub Desktop.
Polylang if language else
<?php if(pll_current_language() == 'ar') { ?>
<?php } else if(pll_current_language() == 'en') { ?>
<?php } ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment