PHP code stopped working
-
<?php $currentlang = get_bloginfo('language'); if($currentlang=="nl-NL"): ?> // show some dutch content <?php else: ?> // show some english content <?php endif; ?>
This stopped working, all I see is the English content now.
How come?
Menu and pages that do not use this code are still functioning good.
Am running 4.5.1. and 1.9. Thank you!
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘PHP code stopped working’ is closed to new replies.