Not detecting different versions of IE
-
I’ve tried using
<?php if(is_ie() && get_browser_version() <= 8) { wp_redirect('https://myurl.com/', 301); exit; } ?>
but it still treats IE 9, 10 or 11 the same way.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Not detecting different versions of IE’ is closed to new replies.