Created
July 5, 2021 13:35
-
-
Save abelsaad/a16554aad6a884245d4b139f9a2483e2 to your computer and use it in GitHub Desktop.
Polylang if language else
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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